withProperties method
Implementation
TopicsQuery withProperties(Map<String, String> properties) {
this.properties = properties;
return this;
}
TopicsQuery withProperties(Map<String, String> properties) {
this.properties = properties;
return this;
}