Class ApiKey
Class representing an EasyPost API key.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ApiKey : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceKey
The actual key value to use for authentication.
Declaration
public string? Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |