Table of Contents

Class FlowActionMailjetSendEmailParamsTemplateId

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

TemplateId

[JsonPropertyName("template_id")]
public required int TemplateId { get; set; }

Property Value

int

Variables

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

Property Value

Dictionary<string, object>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.