Class FormSummary
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormSummary : IJsonOnDeserialized, IEquatable<FormSummary>
- Inheritance
-
FormSummary
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CreatedAt
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
EmbeddedAt
[JsonPropertyName("embedded_at")]
public string? EmbeddedAt { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
SubmittedAt
[JsonPropertyName("submitted_at")]
public string? SubmittedAt { get; set; }
Property Value
UpdatedAt
[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { 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.