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
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { 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
OwnerId
[JsonPropertyName("owner_id")]
public FlowActionPipedriveAddOrganizationParamsOwnerId? OwnerId { 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.