lib/v20190725/models.rb in tencentcloud-sdk-mongodb-3.0.486 vs lib/v20190725/models.rb in tencentcloud-sdk-mongodb-3.0.487
- old
+ new
@@ -2996,14 +2996,14 @@
end
end
# SetAccountUserPrivilege请求参数结构体
class SetAccountUserPrivilegeRequest < TencentCloud::Common::AbstractModel
- # @param InstanceId: 实例ID
+ # @param InstanceId: 实例ID。
# @type InstanceId: String
- # @param UserName: 账号名称
+ # @param UserName: 账号名称。
# @type UserName: String
- # @param AuthRole: 权限信息
+ # @param AuthRole: 权限信息。
# @type AuthRole: Array
attr_accessor :InstanceId, :UserName, :AuthRole
def initialize(instanceid=nil, username=nil, authrole=nil)