Class: TencentCloud::Dbbrain::V20191016::CreateDBDiagReportUrlRequest

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

Overview

CreateDBDiagReportUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, asyncrequestid = nil, product = nil) ⇒ CreateDBDiagReportUrlRequest

Returns a new instance of CreateDBDiagReportUrlRequest.



160
161
162
163
164
# File 'lib/v20191016/models.rb', line 160

def initialize(instanceid=nil, asyncrequestid=nil, product=nil)
  @InstanceId = instanceid
  @AsyncRequestId = asyncrequestid
  @Product = product
end

Instance Attribute Details

#AsyncRequestIdObject

示例值:cdb-dctw4edd

Parameters:



158
159
160
# File 'lib/v20191016/models.rb', line 158

def AsyncRequestId
  @AsyncRequestId
end

#InstanceIdObject

示例值:cdb-dctw4edd

Parameters:



158
159
160
# File 'lib/v20191016/models.rb', line 158

def InstanceId
  @InstanceId
end

#ProductObject

示例值:cdb-dctw4edd

Parameters:



158
159
160
# File 'lib/v20191016/models.rb', line 158

def Product
  @Product
end

Instance Method Details

#deserialize(params) ⇒ Object



166
167
168
169
170
# File 'lib/v20191016/models.rb', line 166

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