Table of Contents

Class FlowActionPipedriveAddOrganizationParams

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

Name

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

Property Value

string

OwnerId

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

Property Value

FlowActionPipedriveAddOrganizationParamsOwnerId

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.