Table of Contents

Class GetBrandingThemeResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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 required 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

ThemeId

Theme Id

[JsonPropertyName("themeId")]
public required string ThemeId { get; set; }

Property Value

string

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.