Table of Contents

Class FlowUpdateRequest

Namespace
Auth0.ManagementApi.Models.Flow
Assembly
Auth0.ManagementApi.dll

Contains information required for updating a flow

public class FlowUpdateRequest
Inheritance
FlowUpdateRequest
Inherited Members

Properties

Actions

[JsonProperty("actions")]
public dynamic Actions { get; set; }

Property Value

dynamic

Name

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

Property Value

string