Class: TencentCloud::Tcb::V20180608::CreateAuthDomainResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CreateAuthDomainResponse
- Defined in:
- lib/v20180608/models.rb
Overview
CreateAuthDomain返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateAuthDomainResponse
constructor
A new instance of CreateAuthDomainResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateAuthDomainResponse
Returns a new instance of CreateAuthDomainResponse.
1568 1569 1570 |
# File 'lib/v20180608/models.rb', line 1568 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1566 1567 1568 |
# File 'lib/v20180608/models.rb', line 1566 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1572 1573 1574 |
# File 'lib/v20180608/models.rb', line 1572 def deserialize(params) @RequestId = params['RequestId'] end |