Class FlowActionActivecampaignUpsertContactParams
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionActivecampaignUpsertContactParams : IJsonOnDeserialized, IEquatable<FlowActionActivecampaignUpsertContactParams>
- Inheritance
-
FlowActionActivecampaignUpsertContactParams
- 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
CustomFields
[JsonPropertyName("custom_fields")]
public Dictionary<string, object?>? CustomFields { get; set; }
Property Value
[JsonPropertyName("email")]
public required string Email { get; set; }
Property Value
FirstName
[JsonPropertyName("first_name")]
public string? FirstName { get; set; }
Property Value
LastName
[JsonPropertyName("last_name")]
public string? LastName { 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.