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