Class MessageTemplate
Inheritance
MessageTemplate
Assembly: Inttegro.dll
Syntax
public sealed class MessageTemplate
Properties
|
Edit this page
View Source
About
Declaration
[JsonPropertyName("about")]
public string? About { get; set; }
Property Value
|
Edit this page
View Source
ArchivedAt
Declaration
[JsonPropertyName("archived_at")]
public string? ArchivedAt { get; set; }
Property Value
|
Edit this page
View Source
Attachments
Declaration
[JsonPropertyName("attachments")]
public List<string>? Attachments { get; set; }
Property Value
|
Edit this page
View Source
Channel
Declaration
[JsonPropertyName("channel")]
public string? Channel { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Email
Declaration
[JsonPropertyName("email")]
public JsonObject? Email { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Locale
Declaration
[JsonPropertyName("locale")]
public string? Locale { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
PublishedAt
Declaration
[JsonPropertyName("published_at")]
public string? PublishedAt { get; set; }
Property Value
|
Edit this page
View Source
Purpose
Declaration
[JsonPropertyName("purpose")]
public string? Purpose { get; set; }
Property Value
|
Edit this page
View Source
Sms
Declaration
[JsonPropertyName("sms")]
public JsonObject? Sms { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
Variables
Declaration
[JsonPropertyName("variables")]
public List<JsonObject>? Variables { get; set; }
Property Value