TemplateActiveVersionRequest class
Specifies which version of a message template to use as the active version of the template.
Constructors
- TemplateActiveVersionRequest({String? version})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String?
-
The version of the message template to use as the active version of the
template. Valid values are: latest, for the most recent version of the
template; or, the unique identifier for any existing version of the
template. If you specify an identifier, the value must match the identifier
for an existing template version. To retrieve a list of versions and version
identifiers for a template, use the Template
Versions resource.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited