Class: TencentCloud::Monitor::V20180724::UpdateSSOAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::UpdateSSOAccountResponse
- Defined in:
- lib/v20180724/models.rb
Overview
UpdateSSOAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateSSOAccountResponse
constructor
A new instance of UpdateSSOAccountResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateSSOAccountResponse
Returns a new instance of UpdateSSOAccountResponse.
16262 16263 16264 |
# File 'lib/v20180724/models.rb', line 16262 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16260 16261 16262 |
# File 'lib/v20180724/models.rb', line 16260 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16266 16267 16268 |
# File 'lib/v20180724/models.rb', line 16266 def deserialize(params) @RequestId = params['RequestId'] end |