Table of Contents

Class UpdateFlowResponseContent

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

Properties

Actions

[JsonPropertyName("actions")]
public IEnumerable<FlowAction>? Actions { get; set; }

Property Value

IEnumerable<FlowAction>

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CreatedAt

[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }

Property Value

DateTime

ExecutedAt

[JsonPropertyName("executed_at")]
public string? ExecutedAt { get; set; }

Property Value

string

Id

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Name

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

UpdatedAt

[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { get; set; }

Property Value

DateTime

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.