![JAR search and dependency download from the Maven repository](/logo.png)
com.ringcentral.definitions.TMChatMemberInfo Maven / Gradle / Ivy
package com.ringcentral.definitions;
public class TMChatMemberInfo {
/**
* Internal identifier of a user
*/
public String id;
public TMChatMemberInfo id(String id) {
this.id = id;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy