InstanceTemplate constructor
InstanceTemplate({
- String? creationTimestamp,
- String? description,
- String? id,
- String? kind,
- String? name,
- InstanceProperties? properties,
- String? region,
- String? selfLink,
- String? sourceInstance,
- SourceInstanceParams? sourceInstanceParams,
Implementation
InstanceTemplate({
this.creationTimestamp,
this.description,
this.id,
this.kind,
this.name,
this.properties,
this.region,
this.selfLink,
this.sourceInstance,
this.sourceInstanceParams,
});