Class IntegrationRequiredParamOption
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record IntegrationRequiredParamOption : IJsonOnDeserialized, IEquatable<IntegrationRequiredParamOption>
- Inheritance
-
IntegrationRequiredParamOption
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Label
The display value of an option suitable for displaying in a UI.
[JsonPropertyName("label")]
public string? Label { get; set; }
Property Value
Value
The value of an option that will be used within the application.
[JsonPropertyName("value")]
public string? Value { 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.