Class HttpCustomHeader
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record HttpCustomHeader : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<HttpCustomHeader>
- Inheritance
-
HttpCustomHeader
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Header
HTTP header name
[JsonPropertyName("header")]
public string? Header { get; set; }
Property Value
Value
HTTP header value
[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.