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
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
[JsonPropertyName("email")]
public string? Email { get; set; }
Property Value
Fields
[JsonPropertyName("fields")]
public Dictionary<string, object?>? Fields { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
OrganizationId
[JsonPropertyName("organization_id")]
public FlowActionPipedriveAddPersonParamsOrganizationId? OrganizationId { get; set; }
Property Value
OwnerId
[JsonPropertyName("owner_id")]
public FlowActionPipedriveAddPersonParamsOwnerId? OwnerId { get; set; }
Property Value
Phone
[JsonPropertyName("phone")]
public string? Phone { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.