Table of Contents

Class FlowActionSalesforceCreateLeadParams

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FlowActionSalesforceCreateLeadParams : IJsonOnDeserialized, IEquatable<FlowActionSalesforceCreateLeadParams>
Inheritance
FlowActionSalesforceCreateLeadParams
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Company

[JsonPropertyName("company")]
public required string Company { get; set; }

Property Value

string

ConnectionId

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

Property Value

string

Email

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

Property Value

string

FirstName

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

Property Value

string

LastName

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

Property Value

string

Payload

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

Property Value

Dictionary<string, object>

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.