Class GetResourceContentCommandResponse
Response for Returns content of the given resource.
public sealed class GetResourceContentCommandResponse : ICommandResponse<GetResourceContentCommandSettings>, ICommandResponse
- Inheritance
-
GetResourceContentCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Base64Encoded
True, if content was served as base64.
[JsonPropertyName("base64Encoded")]
public bool Base64Encoded { get; set; }
Property Value
Content
Resource content.
[JsonPropertyName("content")]
public string Content { get; set; }