customLabels method
Implementation
AdvertisementMetadataBuilder customLabels(Map<String, String> customLabels) {
_labels = customLabels;
return this;
}
AdvertisementMetadataBuilder customLabels(Map<String, String> customLabels) {
_labels = customLabels;
return this;
}