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
Height
[JsonPropertyName("height")]
public double? Height { get; set; }
Property Value
Position
[JsonPropertyName("position")]
public FormBlockImageConfigPositionEnum? Position { get; set; }
Property Value
Src
[JsonPropertyName("src")]
public required string Src { 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.