Class GetCredentialCommandResponse
Response for GetCredential
public sealed class GetCredentialCommandResponse : ICommandResponse<GetCredentialCommandSettings>, ICommandResponse
- Inheritance
-
GetCredentialCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Credential
Gets or sets the credential
[JsonPropertyName("credential")]
public Credential Credential { get; set; }