Class: TencentCloud::Cam::V20190116::AddUserResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190116/models.rb

Overview

AddUser返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uin = nil, name = nil, password = nil, secretid = nil, secretkey = nil, uid = nil, requestid = nil) ⇒ AddUserResponse

Returns a new instance of AddUserResponse.



149
150
151
152
153
154
155
156
157
# File 'lib/v20190116/models.rb', line 149

def initialize(uin=nil, name=nil, password=nil, secretid=nil, secretkey=nil, uid=nil, requestid=nil)
  @Uin = uin
  @Name = name
  @Password = password
  @SecretId = secretid
  @SecretKey = secretkey
  @Uid = uid
  @RequestId = requestid
end

Instance Attribute Details

#NameObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def Name
  @Name
end

#PasswordObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def Password
  @Password
end

#RequestIdObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def RequestId
  @RequestId
end

#SecretIdObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def SecretId
  @SecretId
end

#SecretKeyObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def SecretKey
  @SecretKey
end

#UidObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def Uid
  @Uid
end

#UinObject

Parameters:

  • Uin:

    子用户 UIN

  • Name:

    子用户用户名

  • Password:

    如果输入参数组合为自动生成随机密码,则返回生成的密码

  • SecretId:

    子用户密钥 ID

  • SecretKey:

    子用户密钥 Key

  • Uid:

    子用户 UID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



147
148
149
# File 'lib/v20190116/models.rb', line 147

def Uin
  @Uin
end

Instance Method Details

#deserialize(params) ⇒ Object



159
160
161
162
163
164
165
166
167
# File 'lib/v20190116/models.rb', line 159

def deserialize(params)
  @Uin = params['Uin']
  @Name = params['Name']
  @Password = params['Password']
  @SecretId = params['SecretId']
  @SecretKey = params['SecretKey']
  @Uid = params['Uid']
  @RequestId = params['RequestId']
end