Class BrandingThemePageBackground
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingThemePageBackground
- Inheritance
-
BrandingThemePageBackground
- Inherited Members
Properties
BackgroundColor
Background color
[JsonProperty("background_color")]
public string BackgroundColor { get; set; }
Property Value
BackgroundImageUrl
Background image url
[JsonProperty("background_image_url")]
public string BackgroundImageUrl { get; set; }
Property Value
PageLayout
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("page_layout")]
public PageLayout PageLayout { get; set; }