Class CollectClassNamesCommandResponse
Response for CollectClassNames
public sealed class CollectClassNamesCommandResponse : ICommandResponse<CollectClassNamesCommandSettings>, ICommandResponse
- Inheritance
-
CollectClassNamesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ClassNames
Gets or sets the classNames
[JsonPropertyName("classNames")]
public string[] ClassNames { get; set; }
Property Value
- string[]