Class GetStorageKeyForFrameCommandResponse
Response for Returns a storage key given a frame id. Deprecated. Please use Storage.getStorageKey instead.
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; }