Uses of Class
com.tencentcloudapi.ess.v20201111.models.HasAuthUser
-
Packages that use HasAuthUser Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of HasAuthUser in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return HasAuthUser Modifier and Type Method Description HasAuthUser[]
ExtendAuthInfo. getHasAuthUserList()
Get 该扩展服务若可以授权,此参数对应授权人员的列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type HasAuthUser Modifier and Type Method Description void
ExtendAuthInfo. setHasAuthUserList(HasAuthUser[] HasAuthUserList)
Set 该扩展服务若可以授权,此参数对应授权人员的列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type HasAuthUser Constructor Description HasAuthUser(HasAuthUser 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.
-