TemplateVersionResponse class

Provides information about a specific version of a message template.

Constructors

TemplateVersionResponse({required String creationDate, required String lastModifiedDate, required String templateName, required String templateType, String? defaultSubstitutions, String? templateDescription, String? version})
TemplateVersionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate String
The date, in ISO 8601 format, when the version of the message template was created.
final
defaultSubstitutions String?
A JSON object that specifies the default values that are used for message variables in the version of the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate String
The date, in ISO 8601 format, when the version of the message template was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateDescription String?
The custom description of the version of the message template.
final
templateName String
The name of the message template.
final
templateType String
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, and VOICE.
final
version String?
The unique identifier for the version of the message template. This value is an integer that Amazon Pinpoint automatically increments and assigns to each new version of a template.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited