Class CreateBrandingThemeResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateBrandingThemeResponseContent : IJsonOnDeserialized, IEquatable<CreateBrandingThemeResponseContent>
- Inheritance
-
CreateBrandingThemeResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Borders
[JsonPropertyName("borders")]
public required BrandingThemeBorders Borders { get; set; }
Property Value
Colors
[JsonPropertyName("colors")]
public required BrandingThemeColors Colors { get; set; }
Property Value
DisplayName
Display Name
[JsonPropertyName("displayName")]
public required string DisplayName { get; set; }
Property Value
Fonts
[JsonPropertyName("fonts")]
public required BrandingThemeFonts Fonts { get; set; }
Property Value
PageBackground
[JsonPropertyName("page_background")]
public required BrandingThemePageBackground PageBackground { get; set; }
Property Value
ThemeId
Theme Id
[JsonPropertyName("themeId")]
public required string ThemeId { get; set; }
Property Value
Widget
[JsonPropertyName("widget")]
public required BrandingThemeWidget Widget { 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.