Class GetResourceContentCommandResponse
Response for GetResourceContent
public sealed class GetResourceContentCommandResponse : ICommandResponse<GetResourceContentCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetResourceContentCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Base64Encoded
Gets or sets the base64Encoded
[JsonPropertyName("base64Encoded")]
public bool Base64Encoded { get; set; }Property Value
Content
Gets or sets the content
[JsonPropertyName("content")]
public string Content { get; set; }