Class: TencentCloud::Ess::V20201111::CreateExtendedServiceAuthInfosResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateExtendedServiceAuthInfosResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateExtendedServiceAuthInfos返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateExtendedServiceAuthInfosResponse
constructor
A new instance of CreateExtendedServiceAuthInfosResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateExtendedServiceAuthInfosResponse
Returns a new instance of CreateExtendedServiceAuthInfosResponse.
3695 3696 3697 |
# File 'lib/v20201111/models.rb', line 3695 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3693 3694 3695 |
# File 'lib/v20201111/models.rb', line 3693 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3699 3700 3701 |
# File 'lib/v20201111/models.rb', line 3699 def deserialize(params) @RequestId = params['RequestId'] end |