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