Class GetStorageKeyCommandResponse
Response for GetStorageKey
public sealed class GetStorageKeyCommandResponse : ICommandResponse<GetStorageKeyCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetStorageKeyCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
StorageKey
Gets or sets the storageKey
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }