Class FlowGetRequest
- Namespace
- Auth0.ManagementApi.Models.Flow
- Assembly
- Auth0.ManagementApi.dll
Contains information required for getting a flow
public class FlowGetRequest
- Inheritance
-
FlowGetRequest
- Inherited Members
Properties
Hydrate
Hydration param Possible values: [form_count]
public Hydrate[] Hydrate { get; set; }
Property Value
- Hydrate[]
Id
Flow identifier
public string Id { get; set; }
Property Value
PaginationInfo
public PaginationInfo PaginationInfo { get; set; }
Property Value
Synchronous
Flag to filter by sync/async flows
public bool? Synchronous { get; set; }
Property Value
- bool?