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
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
Fields
[JsonPropertyName("fields")]
public Dictionary<string, object?>? Fields { get; set; }
Property Value
OrganizationId
[JsonPropertyName("organization_id")]
public FlowActionPipedriveAddDealParamsOrganizationId? OrganizationId { get; set; }
Property Value
PersonId
[JsonPropertyName("person_id")]
public FlowActionPipedriveAddDealParamsPersonId? PersonId { get; set; }
Property Value
StageId
[JsonPropertyName("stage_id")]
public FlowActionPipedriveAddDealParamsStageId? StageId { get; set; }
Property Value
Title
[JsonPropertyName("title")]
public required string Title { get; set; }
Property Value
UserId
[JsonPropertyName("user_id")]
public FlowActionPipedriveAddDealParamsUserId? UserId { get; set; }
Property Value
Value
[JsonPropertyName("value")]
public string? Value { 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.