Class GetAppManifestCommandResponse
Response for GetAppManifest
public sealed class GetAppManifestCommandResponse : ICommandResponse<GetAppManifestCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetAppManifestCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Data { get; set; }Property Value
Errors
Gets or sets the errors
[JsonPropertyName("errors")]
public AppManifestError[] Errors { get; set; }Property Value
Manifest
Gets or sets the manifest
[JsonPropertyName("manifest")]
public WebAppManifest Manifest { get; set; }Property Value
Parsed
Gets or sets the parsed
[JsonPropertyName("parsed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AppManifestParsedProperties? Parsed { get; set; }Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }