Table of Contents

Class FlowActionPipedriveAddPersonParams

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FlowActionPipedriveAddPersonParams : IJsonOnDeserialized, IEquatable<FlowActionPipedriveAddPersonParams>
Inheritance
FlowActionPipedriveAddPersonParams
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

Email

[JsonPropertyName("email")]
public string? Email { get; set; }

Property Value

string

Fields

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

Property Value

Dictionary<string, object>

Name

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

OrganizationId

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

Property Value

FlowActionPipedriveAddPersonParamsOrganizationId

OwnerId

[JsonPropertyName("owner_id")]
public FlowActionPipedriveAddPersonParamsOwnerId? OwnerId { get; set; }

Property Value

FlowActionPipedriveAddPersonParamsOwnerId

Phone

[JsonPropertyName("phone")]
public string? Phone { 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.