Table of Contents

Class FlowActionPipedriveAddDeal

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

Properties

Action

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

Property Value

FlowActionPipedriveAddDealAction

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 FlowActionPipedriveAddDealParams Params { get; set; }

Property Value

FlowActionPipedriveAddDealParams

Type

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

Property Value

FlowActionPipedriveAddDealType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.