Class: TencentCloud::Cam::V20190116::AddUserResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::AddUserResponse
- Defined in:
- lib/v20190116/models.rb
Overview
AddUser返回参数结构体
Instance Attribute Summary collapse
- #Name ⇒ Object
- #Password ⇒ Object
- #RequestId ⇒ Object
- #SecretId ⇒ Object
- #SecretKey ⇒ Object
- #Uid ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, name = nil, password = nil, secretid = nil, secretkey = nil, uid = nil, requestid = nil) ⇒ AddUserResponse
constructor
A new instance of AddUserResponse.
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
#Name ⇒ Object
147 148 149 |
# File 'lib/v20190116/models.rb', line 147 def Name @Name end |
#Password ⇒ Object
147 148 149 |
# File 'lib/v20190116/models.rb', line 147 def Password @Password end |
#RequestId ⇒ Object
147 148 149 |
# File 'lib/v20190116/models.rb', line 147 def RequestId @RequestId end |
#SecretId ⇒ Object
147 148 149 |
# File 'lib/v20190116/models.rb', line 147 def SecretId @SecretId end |
#SecretKey ⇒ Object
147 148 149 |
# File 'lib/v20190116/models.rb', line 147 def SecretKey @SecretKey end |
#Uid ⇒ Object
147 148 149 |
# File 'lib/v20190116/models.rb', line 147 def Uid @Uid end |
#Uin ⇒ Object
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 |