BulkInsertInstanceResource constructor
      
      BulkInsertInstanceResource({ 
    
    
- String? count,
- InstanceProperties? instanceProperties,
- LocationPolicy? locationPolicy,
- String? minCount,
- String? namePattern,
- Map<String, BulkInsertInstanceResourcePerInstanceProperties> ? perInstanceProperties,
- String? sourceInstanceTemplate,
Implementation
BulkInsertInstanceResource({
  this.count,
  this.instanceProperties,
  this.locationPolicy,
  this.minCount,
  this.namePattern,
  this.perInstanceProperties,
  this.sourceInstanceTemplate,
});