Table of Contents

Class UpdateFlowRequestContent

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

Properties

Actions

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

Property Value

Optional<IEnumerable<FlowAction>>

Name

[JsonPropertyName("name")]
public string? Name { 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.