Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.ExtentServiceAuthInfo
-
Packages that use ExtentServiceAuthInfo Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of ExtentServiceAuthInfo in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return ExtentServiceAuthInfo Modifier and Type Method Description ExtentServiceAuthInfo[]
DescribeExtendedServiceAuthInfoResponse. getAuthInfo()
Get 企业扩展服务授权信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ExtentServiceAuthInfo Modifier and Type Method Description void
DescribeExtendedServiceAuthInfoResponse. setAuthInfo(ExtentServiceAuthInfo[] AuthInfo)
Set 企业扩展服务授权信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ExtentServiceAuthInfo Constructor Description ExtentServiceAuthInfo(ExtentServiceAuthInfo 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.
-