Table of Contents

Class CreateFlowRequestContent

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

Properties

Actions

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

Property Value

IEnumerable<FlowAction>

Name

[JsonPropertyName("name")]
public required 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.