Class GetFlowResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetFlowResponseContent : IJsonOnDeserialized, IEquatable<GetFlowResponseContent>
- Inheritance
-
GetFlowResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
Actions
[JsonPropertyName("actions")]
public IEnumerable<FlowAction>? Actions { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CreatedAt
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
ExecutedAt
[JsonPropertyName("executed_at")]
public string? ExecutedAt { 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
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.