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
Company
[JsonPropertyName("company")]
public required string Company { get; set; }
Property Value
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
[JsonPropertyName("email")]
public string? Email { get; set; }
Property Value
FirstName
[JsonPropertyName("first_name")]
public string? FirstName { get; set; }
Property Value
LastName
[JsonPropertyName("last_name")]
public required string LastName { get; set; }
Property Value
Payload
[JsonPropertyName("payload")]
public Dictionary<string, object?>? Payload { 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.