ProvisioningTemplateVersionSummary class
A summary of information about a fleet provision template version.
Constructors
- ProvisioningTemplateVersionSummary({DateTime? creationDate, bool? isDefaultVersion, int? versionId})
-
ProvisioningTemplateVersionSummary.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,
otherwise false.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionId → int?
-
The ID of the fleet privisioning 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