Class GetSamplingProfileCommandResponse
Response for GetSamplingProfile
public sealed class GetSamplingProfileCommandResponse : ICommandResponse<GetSamplingProfileCommandSettings>, ICommandResponse
- Inheritance
-
GetSamplingProfileCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Profile
Gets or sets the profile
[JsonPropertyName("profile")]
public SamplingProfile Profile { get; set; }