Class GetAttributesCommandResponse
Response for GetAttributes
public sealed class GetAttributesCommandResponse : ICommandResponse<GetAttributesCommandSettings>, ICommandResponse
- Inheritance
-
GetAttributesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Attributes
Gets or sets the attributes
[JsonPropertyName("attributes")]
public string[] Attributes { get; set; }
Property Value
- string[]