Show / Hide Table of Contents

Class ApiKeyCollection

Class representing a collection of EasyPost ApiKeys.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
ApiKeyCollection
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ApiKeyCollection : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Children

A list of all child user's API keys.

Declaration
public List<ApiKeyCollection>? Children { get; set; }
Property Value
Type Description
System.Nullable<List<ApiKeyCollection>>
| Improve this Doc View Source

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>>

Implements

IEasyPostObject
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX