Uses of Class
com.tencentcloudapi.cloudstudio.v20210524.models.UserInfoRsp
-
Packages that use UserInfoRsp Package Description com.tencentcloudapi.cloudstudio.v20210524.models -
-
Uses of UserInfoRsp in com.tencentcloudapi.cloudstudio.v20210524.models
Methods in com.tencentcloudapi.cloudstudio.v20210524.models that return UserInfoRsp Modifier and Type Method Description UserInfoRspWorkspaceStatusInfo. getOwner()Get 所属人UserInfoRsp[]WorkspaceShareInfo. getUsers()Get 停止共享的时间Methods in com.tencentcloudapi.cloudstudio.v20210524.models with parameters of type UserInfoRsp Modifier and Type Method Description voidWorkspaceStatusInfo. setOwner(UserInfoRsp Owner)Set 所属人voidWorkspaceShareInfo. setUsers(UserInfoRsp[] Users)Set 停止共享的时间Constructors in com.tencentcloudapi.cloudstudio.v20210524.models with parameters of type UserInfoRsp Constructor Description UserInfoRsp(UserInfoRsp source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-