Exemple #1
0
 public SetChannelMetadataBuilder Custom(Dictionary <string, object> custom)
 {
     setChannelMetadataRequestBuilder.Custom(custom);
     return(this);
 }