InstancePropertiesPatch constructor

InstancePropertiesPatch({
  1. bool? exposeHostTopology,
  2. Map<String, String> labels = const {},
  3. Map<String, String> metadata = const {},
})

Implementation

InstancePropertiesPatch({
  this.exposeHostTopology,
  this.labels = const {},
  this.metadata = const {},
}) : super(fullyQualifiedName);