customLabels method

ContentMetadataBuilder customLabels(
  1. Map<String, String> labels
)

Implementation

ContentMetadataBuilder customLabels(Map<String, String> labels) {
  _customLabels = labels;
  return this;
}