Class: TencentCloud::Ess::V20201111::DeleteExtendedServiceAuthInfosResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::DeleteExtendedServiceAuthInfosResponse
- Defined in:
- lib/v20201111/models.rb
Overview
DeleteExtendedServiceAuthInfos返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteExtendedServiceAuthInfosResponse
constructor
A new instance of DeleteExtendedServiceAuthInfosResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteExtendedServiceAuthInfosResponse
Returns a new instance of DeleteExtendedServiceAuthInfosResponse.
8562 8563 8564 |
# File 'lib/v20201111/models.rb', line 8562 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8560 8561 8562 |
# File 'lib/v20201111/models.rb', line 8560 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8566 8567 8568 |
# File 'lib/v20201111/models.rb', line 8566 def deserialize(params) @RequestId = params['RequestId'] end |