Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class MessageTemplate

    Inheritance
    object
    MessageTemplate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    string
    | Edit this page View Source

    ArchivedAt

    Declaration
    [JsonPropertyName("archived_at")]
    public string? ArchivedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Attachments

    Declaration
    [JsonPropertyName("attachments")]
    public List<string>? Attachments { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    Channel

    Declaration
    [JsonPropertyName("channel")]
    public string? Channel { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string? CreatedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Email

    Declaration
    [JsonPropertyName("email")]
    public JsonObject? Email { get; set; }
    Property Value
    Type Description
    JsonObject
    | Edit this page View Source

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    Id

    Declaration
    [JsonPropertyName("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Locale

    Declaration
    [JsonPropertyName("locale")]
    public string? Locale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PublishedAt

    Declaration
    [JsonPropertyName("published_at")]
    public string? PublishedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Purpose

    Declaration
    [JsonPropertyName("purpose")]
    public string? Purpose { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Sms

    Declaration
    [JsonPropertyName("sms")]
    public JsonObject? Sms { get; set; }
    Property Value
    Type Description
    JsonObject
    | Edit this page View Source

    Status

    Declaration
    [JsonPropertyName("status")]
    public string? Status { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UpdatedAt

    Declaration
    [JsonPropertyName("updated_at")]
    public string? UpdatedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Variables

    Declaration
    [JsonPropertyName("variables")]
    public List<JsonObject>? Variables { get; set; }
    Property Value
    Type Description
    List<JsonObject>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX