InstanceTemplate constructor

InstanceTemplate({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. String? name,
  6. InstanceProperties? properties,
  7. String? region,
  8. String? selfLink,
  9. String? sourceInstance,
  10. SourceInstanceParams? sourceInstanceParams,
})

Implementation

InstanceTemplate({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.properties,
  this.region,
  this.selfLink,
  this.sourceInstance,
  this.sourceInstanceParams,
});