Class: TencentCloud::Iotexplorer::V20190423::ModifyProductCloudStorageAIServiceRequest

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

Overview

ModifyProductCloudStorageAIService请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, enabled = nil) ⇒ ModifyProductCloudStorageAIServiceRequest

Returns a new instance of ModifyProductCloudStorageAIServiceRequest.



11235
11236
11237
11238
# File 'lib/v20190423/models.rb', line 11235

def initialize(productid=nil, enabled=nil)
  @ProductId = productid
  @Enabled = enabled
end

Instance Attribute Details

#EnabledObject

Parameters:

  • ProductId:

    产品 ID

  • Enabled:

    开通状态



11233
11234
11235
# File 'lib/v20190423/models.rb', line 11233

def Enabled
  @Enabled
end

#ProductIdObject

Parameters:

  • ProductId:

    产品 ID

  • Enabled:

    开通状态



11233
11234
11235
# File 'lib/v20190423/models.rb', line 11233

def ProductId
  @ProductId
end

Instance Method Details

#deserialize(params) ⇒ Object



11240
11241
11242
11243
# File 'lib/v20190423/models.rb', line 11240

def deserialize(params)
  @ProductId = params['ProductId']
  @Enabled = params['Enabled']
end