Table of Contents

Class BrandingThemeFontLinks

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Links

[Serializable]
public record BrandingThemeFontLinks : IJsonOnDeserialized, IEquatable<BrandingThemeFontLinks>
Inheritance
BrandingThemeFontLinks
Implements
Inherited Members
Extension Methods

Properties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Links bold

[JsonPropertyName("bold")]
public required bool Bold { get; set; }

Property Value

bool

Links size

[JsonPropertyName("size")]
public required double Size { get; set; }

Property Value

double

Methods

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.