AllocationPolicy constructor
      
      AllocationPolicy({ 
    
    
- List<InstancePolicyOrTemplate> ? instances,
- Map<String, String> ? labels,
- LocationPolicy? location,
- NetworkPolicy? network,
- PlacementPolicy? placement,
- ServiceAccount? serviceAccount,
- List<String> ? tags,
Implementation
AllocationPolicy({
  this.instances,
  this.labels,
  this.location,
  this.network,
  this.placement,
  this.serviceAccount,
  this.tags,
});