Class GetAppIdCommandResponse
Response for GetAppId
public sealed class GetAppIdCommandResponse : ICommandResponse<GetAppIdCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetAppIdCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AppId
Gets or sets the appId
[JsonPropertyName("appId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AppId { get; set; }Property Value
RecommendedId
Gets or sets the recommendedId
[JsonPropertyName("recommendedId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RecommendedId { get; set; }