Class AdvanceRampResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record AdvanceRampResponseContent : IJsonOnDeserialized, IEquatable<AdvanceRampResponseContent>
- Inheritance
-
AdvanceRampResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CurrentLevel
[JsonPropertyName("current_level")]
public required int CurrentLevel { get; set; }
Property Value
ExperimentId
[JsonPropertyName("experiment_id")]
public required string ExperimentId { get; set; }
Property Value
FromLevel
[JsonPropertyName("from_level")]
public required int FromLevel { get; set; }
Property Value
ToLevel
[JsonPropertyName("to_level")]
public required int ToLevel { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.