Table of Contents

Class FlowActionPipedriveAddDealParams

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ConnectionId

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

Fields

[JsonPropertyName("fields")]
public Dictionary<string, object?>? Fields { get; set; }

Property Value

Dictionary<string, object>

OrganizationId

[JsonPropertyName("organization_id")]
public FlowActionPipedriveAddDealParamsOrganizationId? OrganizationId { get; set; }

Property Value

FlowActionPipedriveAddDealParamsOrganizationId

PersonId

[JsonPropertyName("person_id")]
public FlowActionPipedriveAddDealParamsPersonId? PersonId { get; set; }

Property Value

FlowActionPipedriveAddDealParamsPersonId

StageId

[JsonPropertyName("stage_id")]
public FlowActionPipedriveAddDealParamsStageId? StageId { get; set; }

Property Value

FlowActionPipedriveAddDealParamsStageId

Title

[JsonPropertyName("title")]
public required string Title { get; set; }

Property Value

string

UserId

[JsonPropertyName("user_id")]
public FlowActionPipedriveAddDealParamsUserId? UserId { get; set; }

Property Value

FlowActionPipedriveAddDealParamsUserId

Value

[JsonPropertyName("value")]
public string? Value { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.