Table of Contents

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

ReadOnlyAdditionalProperties

CurrentLevel

[JsonPropertyName("current_level")]
public required int CurrentLevel { get; set; }

Property Value

int

ExperimentId

[JsonPropertyName("experiment_id")]
public required string ExperimentId { get; set; }

Property Value

string

FromLevel

[JsonPropertyName("from_level")]
public required int FromLevel { get; set; }

Property Value

int

ToLevel

[JsonPropertyName("to_level")]
public required int ToLevel { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.