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