customLabels method

AdvertisementMetadataBuilder customLabels(
  1. Map<String, String> customLabels
)

Implementation

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