Table of Contents

Class FlowActionAirtableCreateRecord

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

Properties

Action

[JsonPropertyName("action")]
public required FlowActionAirtableCreateRecordAction Action { get; set; }

Property Value

FlowActionAirtableCreateRecordAction

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Alias

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

Property Value

string

AllowFailure

[JsonPropertyName("allow_failure")]
public bool? AllowFailure { get; set; }

Property Value

bool?

Id

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

Property Value

string

MaskOutput

[JsonPropertyName("mask_output")]
public bool? MaskOutput { get; set; }

Property Value

bool?

Params

[JsonPropertyName("params")]
public required FlowActionAirtableCreateRecordParams Params { get; set; }

Property Value

FlowActionAirtableCreateRecordParams

Type

[JsonPropertyName("type")]
public required FlowActionAirtableCreateRecordType Type { get; set; }

Property Value

FlowActionAirtableCreateRecordType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.