Class: TencentCloud::Cdb::V20170320::OpenWanServiceResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170320/models.rb

Overview

OpenWanService返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(asyncrequestid = nil, requestid = nil) ⇒ OpenWanServiceResponse



11888
11889
11890
11891
# File 'lib/v20170320/models.rb', line 11888

def initialize(asyncrequestid=nil, requestid=nil)
  @AsyncRequestId = asyncrequestid
  @RequestId = requestid
end

Instance Attribute Details

#AsyncRequestIdObject



11886
11887
11888
# File 'lib/v20170320/models.rb', line 11886

def AsyncRequestId
  @AsyncRequestId
end

#RequestIdObject



11886
11887
11888
# File 'lib/v20170320/models.rb', line 11886

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



11893
11894
11895
11896
# File 'lib/v20170320/models.rb', line 11893

def deserialize(params)
  @AsyncRequestId = params['AsyncRequestId']
  @RequestId = params['RequestId']
end