InstancePropertiesPatch constructor

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

Implementation

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