Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Broadcast

    Inheritance
    object
    Broadcast
    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 Broadcast

    Properties

    | Edit this page View Source

    CanceledAt

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

    ChimeIds

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

    Content

    Declaration
    [JsonPropertyName("content")]
    public string? Content { 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

    CustomerIds

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

    Errors

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

    ExecutedAt

    Declaration
    [JsonPropertyName("executed_at")]
    public string? ExecutedAt { get; set; }
    Property Value
    Type Description
    string
    | 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

    Purpose

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

    Recipients

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

    SendAfter

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

    SenderId

    Declaration
    [JsonPropertyName("sender_id")]
    public string? SenderId { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX