Class BrandingThemePageBackground
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemePageBackground : IJsonOnDeserialized, IEquatable<BrandingThemePageBackground>
- Inheritance
-
BrandingThemePageBackground
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
BackgroundColor
Background color
[JsonPropertyName("background_color")]
public required string BackgroundColor { get; set; }
Property Value
BackgroundImageUrl
Background image url
[JsonPropertyName("background_image_url")]
public required string BackgroundImageUrl { get; set; }
Property Value
PageLayout
[JsonPropertyName("page_layout")]
public required BrandingThemePageBackgroundPageLayoutEnum PageLayout { 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.