Class CreateBrandingThemeRequestContent
- Namespace
- Auth0.ManagementApi.Branding
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateBrandingThemeRequestContent : IEquatable<CreateBrandingThemeRequestContent>
- Inheritance
-
CreateBrandingThemeRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
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 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
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.