Class GetTrustTokensCommandResponse
Response for GetTrustTokens
public sealed class GetTrustTokensCommandResponse : ICommandResponse<GetTrustTokensCommandSettings>, ICommandResponse
- Inheritance
-
GetTrustTokensCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Tokens
Gets or sets the tokens
[JsonPropertyName("tokens")]
public TrustTokens[] Tokens { get; set; }