InstancePropertiesPatch constructor

InstancePropertiesPatch({
  1. Map<String, String>? labels,
  2. Map<String, String>? metadata,
})

Implementation

InstancePropertiesPatch({this.labels, this.metadata});