Show / Hide Table of Contents

Class ApiKey

Class representing an EasyPost API key.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
ApiKey
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 ApiKey : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Key

The actual key value to use for authentication.

Declaration
public string? Key { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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