Class AdvanceRampRequestContent
- Namespace
- Auth0.ManagementApi.Experimentation
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record AdvanceRampRequestContent : IEquatable<AdvanceRampRequestContent>
- Inheritance
-
AdvanceRampRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
TargetLevel
The target percentage level from the experiment schedule. Must be the immediate next level.
[JsonPropertyName("target_level")]
public required int TargetLevel { 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.