Class PatchSupplementalSignalsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record PatchSupplementalSignalsResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<PatchSupplementalSignalsResponseContent>
- Inheritance
-
PatchSupplementalSignalsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
AkamaiEnabled
Indicates if incoming Akamai Headers should be processed
[JsonPropertyName("akamai_enabled")]
public bool? AkamaiEnabled { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.