Class: TencentCloud::Gaap::V20180529::CheckProxyCreateResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CheckProxyCreateResponse
- Defined in:
- lib/v20180529/models.rb
Overview
CheckProxyCreate返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(checkflag = nil, requestid = nil) ⇒ CheckProxyCreateResponse
constructor
A new instance of CheckProxyCreateResponse.
Constructor Details
#initialize(checkflag = nil, requestid = nil) ⇒ CheckProxyCreateResponse
583 584 585 586 |
# File 'lib/v20180529/models.rb', line 583 def initialize(checkflag=nil, requestid=nil) @CheckFlag = checkflag @RequestId = requestid end |
Instance Attribute Details
#CheckFlag ⇒ Object
581 582 583 |
# File 'lib/v20180529/models.rb', line 581 def CheckFlag @CheckFlag end |
#RequestId ⇒ Object
581 582 583 |
# File 'lib/v20180529/models.rb', line 581 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
588 589 590 591 |
# File 'lib/v20180529/models.rb', line 588 def deserialize(params) @CheckFlag = params['CheckFlag'] @RequestId = params['RequestId'] end |