Class TakeTypeProfileCommandResponse
Response for TakeTypeProfile
public sealed class TakeTypeProfileCommandResponse : ICommandResponse<TakeTypeProfileCommandSettings>, ICommandResponse
- Inheritance
-
TakeTypeProfileCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
Gets or sets the result
[JsonPropertyName("result")]
public ScriptTypeProfile[] Result { get; set; }