Class BrandingThemeFontSubtitle
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Subtitle
[Serializable]
public record BrandingThemeFontSubtitle : IJsonOnDeserialized, IEquatable<BrandingThemeFontSubtitle>
- Inheritance
-
BrandingThemeFontSubtitle
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Bold
Subtitle bold
[JsonPropertyName("bold")]
public required bool Bold { get; set; }
Property Value
Size
Subtitle size
[JsonPropertyName("size")]
public required double Size { 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.