Class GetBrowserSamplingProfileResult
public sealed record GetBrowserSamplingProfileResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetBrowserSamplingProfileResult>
- Inheritance
-
EmptyResultGetBrowserSamplingProfileResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetBrowserSamplingProfileResult(SamplingProfile)
public GetBrowserSamplingProfileResult(SamplingProfile Profile)
Parameters
ProfileSamplingProfile
Properties
Profile
public SamplingProfile Profile { get; init; }