Class GetCategoriesCommandResponse
Response for GetCategories
public sealed class GetCategoriesCommandResponse : ICommandResponse<GetCategoriesCommandSettings>, ICommandResponse
- Inheritance
-
GetCategoriesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Categories
Gets or sets the categories
[JsonPropertyName("categories")]
public string[] Categories { get; set; }
Property Value
- string[]