Class BrandingThemeFonts
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemeFonts : IJsonOnDeserialized, IEquatable<BrandingThemeFonts>
- Inheritance
-
BrandingThemeFonts
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
BodyText
[JsonPropertyName("body_text")]
public required BrandingThemeFontBodyText BodyText { get; set; }
Property Value
ButtonsText
[JsonPropertyName("buttons_text")]
public required BrandingThemeFontButtonsText ButtonsText { get; set; }
Property Value
FontUrl
Font URL
[JsonPropertyName("font_url")]
public required string FontUrl { get; set; }
Property Value
InputLabels
[JsonPropertyName("input_labels")]
public required BrandingThemeFontInputLabels InputLabels { get; set; }
Property Value
Links
[JsonPropertyName("links")]
public required BrandingThemeFontLinks Links { get; set; }
Property Value
LinksStyle
[JsonPropertyName("links_style")]
public required BrandingThemeFontLinksStyleEnum LinksStyle { get; set; }
Property Value
ReferenceTextSize
Reference text size
[JsonPropertyName("reference_text_size")]
public required double ReferenceTextSize { get; set; }
Property Value
Subtitle
[JsonPropertyName("subtitle")]
public required BrandingThemeFontSubtitle Subtitle { get; set; }
Property Value
Title
[JsonPropertyName("title")]
public required BrandingThemeFontTitle Title { 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.