Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface V1Template

    interface V1Template {
        channel?: string;
        create_time?: Date;
        default_translation?: string;
        description?: string;
        id?: string;
        translations?: V1TemplateTranslation[];
        update_time?: Date;
    }
    Index

    Properties

    channel?: string

    TemplateChannel

    create_time?: Date

    Timestamp when the template was created.

    default_translation?: string

    The default translation to use if not specified. Specified as a BCP-47 language_code and the language_code must exist in the translations list.

    description?: string

    The description of the template.

    id?: string

    The id of the template. Specify this yourself during creation otherwise we will generate an ID for you. This has to be unique for a given project.

    translations?: V1TemplateTranslation[]

    List of translations for the template.

    update_time?: Date

    Timestamp when the template was updated.