WorkloadProperties constructor

WorkloadProperties({
  1. Map<String, ExtendedMetadata>? extendedMetadata,
  2. FunctionalType? functionalType,
  3. String? gcpProject,
  4. Identity? identity,
  5. String? location,
  6. String? zone,
})

Implementation

WorkloadProperties({
  this.extendedMetadata,
  this.functionalType,
  this.gcpProject,
  this.identity,
  this.location,
  this.zone,
});