Table of Contents

Class UpdateBrandingThemeRequestContent

Namespace
Auth0.ManagementApi.Branding
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateBrandingThemeRequestContent : IEquatable<UpdateBrandingThemeRequestContent>
Inheritance
UpdateBrandingThemeRequestContent
Implements
Inherited Members
Extension Methods

Properties

Borders

[JsonPropertyName("borders")]
public required BrandingThemeBorders Borders { get; set; }

Property Value

BrandingThemeBorders

Colors

[JsonPropertyName("colors")]
public required BrandingThemeColors Colors { get; set; }

Property Value

BrandingThemeColors

DisplayName

Display Name

[JsonPropertyName("displayName")]
public string? DisplayName { get; set; }

Property Value

string

Fonts

[JsonPropertyName("fonts")]
public required BrandingThemeFonts Fonts { get; set; }

Property Value

BrandingThemeFonts

PageBackground

[JsonPropertyName("page_background")]
public required BrandingThemePageBackground PageBackground { get; set; }

Property Value

BrandingThemePageBackground

Widget

[JsonPropertyName("widget")]
public required BrandingThemeWidget Widget { get; set; }

Property Value

BrandingThemeWidget

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.