Class: TencentCloud::Tcr::V20190924::CreateServiceAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::CreateServiceAccountResponse
- Defined in:
- lib/v20190924/models.rb
Overview
CreateServiceAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, password = nil, expiresat = nil, createtime = nil, requestid = nil) ⇒ CreateServiceAccountResponse
constructor
A new instance of CreateServiceAccountResponse.
Constructor Details
#initialize(name = nil, password = nil, expiresat = nil, createtime = nil, requestid = nil) ⇒ CreateServiceAccountResponse
Returns a new instance of CreateServiceAccountResponse.
1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/v20190924/models.rb', line 1101 def initialize(name=nil, password=nil, expiresat=nil, createtime=nil, requestid=nil) @Name = name @Password = password @ExpiresAt = expiresat @CreateTime = createtime @RequestId = requestid end |
Instance Attribute Details
#CreateTime ⇒ Object
1099 1100 1101 |
# File 'lib/v20190924/models.rb', line 1099 def CreateTime @CreateTime end |
#ExpiresAt ⇒ Object
1099 1100 1101 |
# File 'lib/v20190924/models.rb', line 1099 def ExpiresAt @ExpiresAt end |
#Name ⇒ Object
1099 1100 1101 |
# File 'lib/v20190924/models.rb', line 1099 def Name @Name end |
#Password ⇒ Object
1099 1100 1101 |
# File 'lib/v20190924/models.rb', line 1099 def Password @Password end |
#RequestId ⇒ Object
1099 1100 1101 |
# File 'lib/v20190924/models.rb', line 1099 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/v20190924/models.rb', line 1109 def deserialize(params) @Name = params['Name'] @Password = params['Password'] @ExpiresAt = params['ExpiresAt'] @CreateTime = params['CreateTime'] @RequestId = params['RequestId'] end |