Table of Contents

Class Node

Namespace
Auth0.ManagementApi.Models.Forms
Assembly
Auth0.ManagementApi.dll
public class Node
Inheritance
Node
Inherited Members

Properties

Alias

[JsonProperty("alias")]
public string Alias { get; set; }

Property Value

string

Config

[JsonProperty("config")]
public dynamic Config { get; set; }

Property Value

dynamic

Coordinates

[JsonProperty("coordinates")]
public Coordinates Coordinates { get; set; }

Property Value

Coordinates

Id

format: format-custom-identifier

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

Property Value

string

Type

[JsonProperty("type")]
public string Type { get; set; }

Property Value

string