DescribeProvisioningTemplateVersionResponse class

Constructors

DescribeProvisioningTemplateVersionResponse({DateTime? creationDate, bool? isDefaultVersion, String? templateBody, int? versionId})
DescribeProvisioningTemplateVersionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime?
The date when the fleet provisioning template version was created.
final
hashCode int
The hash code for this object.
no setterinherited
isDefaultVersion bool?
True if the fleet provisioning template version is the default version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateBody String?
The JSON formatted contents of the fleet provisioning template version.
final
versionId int?
The fleet provisioning template version ID.
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