TemplateVersion class
A version of a template.
Constructors
-
TemplateVersion({DateTime? createdTime, List<
DataSetConfiguration> ? dataSetConfigurations, String? description, List<TemplateError> ? errors, List<Sheet> ? sheets, String? sourceEntityArn, ResourceStatus? status, String? themeArn, int? versionNumber}) -
TemplateVersion.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdTime → DateTime?
-
The time that this template version was created.
final
-
dataSetConfigurations
→ List<
DataSetConfiguration> ? -
Schema of the dataset identified by the placeholder. Any dashboard created
from this template should be bound to new datasets matching the same schema
described through this API operation.
final
- description → String?
-
The description of the template.
final
-
errors
→ List<
TemplateError> ? -
Errors associated with this template version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sheets
→ List<
Sheet> ? -
A list of the associated sheets with the unique identifier and name of each
sheet.
final
- sourceEntityArn → String?
-
The Amazon Resource Name (ARN) of an analysis or template that was used to
create this template.
final
- status → ResourceStatus?
-
The HTTP status of the request.
final
- themeArn → String?
-
The ARN of the theme associated with this version of the template.
final
- versionNumber → int?
-
The version number of the template version.
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