Table of Contents

Class FormBlockImageConfig

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Height

[JsonPropertyName("height")]
public double? Height { get; set; }

Property Value

double?

Position

[JsonPropertyName("position")]
public FormBlockImageConfigPositionEnum? Position { get; set; }

Property Value

FormBlockImageConfigPositionEnum?

Src

[JsonPropertyName("src")]
public required string Src { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.