Class ApiKeyCollection
Class representing a collection of EasyPost ApiKeys.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ApiKeyCollection : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceChildren
A list of all child user's API keys.
Declaration
public List<ApiKeyCollection>? Children { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<ApiKeyCollection>> |
Keys
A lis of all API keys active for the current user's account.
Declaration
public List<ApiKey>? Keys { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<ApiKey>> |