Table of Contents

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

ReadOnlyAdditionalProperties

ConnectionId

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

CustomFields

[JsonPropertyName("custom_fields")]
public Dictionary<string, object?>? CustomFields { get; set; }

Property Value

Dictionary<string, object>

Email

[JsonPropertyName("email")]
public required string Email { get; set; }

Property Value

string

FirstName

[JsonPropertyName("first_name")]
public string? FirstName { get; set; }

Property Value

string

LastName

[JsonPropertyName("last_name")]
public string? LastName { get; set; }

Property Value

string

Phone

[JsonPropertyName("phone")]
public string? Phone { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.