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

    Interface V1TemplateTranslation

    interface V1TemplateTranslation {
        content?: string;
        create_time?: Date;
        language_code?: string;
        update_time?: Date;
        variables?: TemplateVariable[];
        version?: string;
    }
    Index

    Properties

    content?: string

    This is the definition of the template with the language specified in the language_code field.

    create_time?: Date

    Timestamp when the translation was created.

    language_code?: string

    The BCP-47 language code, such as en-US or sr-Latn. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

    update_time?: Date

    Timestamp of when the translation was updated.

    variables?: TemplateVariable[]

    List of expected variables. Can be used for request validation.

    version?: string

    The version of template.