Class GetStorageKeyCommandResponse
Response for Returns storage key for the given frame. If no frame ID is provided, the storage key of the target executing this command is returned.
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; }