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.



11219
11220
11221
11222
# File 'lib/v20190423/models.rb', line 11219

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

Instance Attribute Details

#EnabledObject

Parameters:

  • ProductId:

    产品 ID

  • Enabled:

    开通状态



11217
11218
11219
# File 'lib/v20190423/models.rb', line 11217

def Enabled
  @Enabled
end

#ProductIdObject

Parameters:

  • ProductId:

    产品 ID

  • Enabled:

    开通状态



11217
11218
11219
# File 'lib/v20190423/models.rb', line 11217

def ProductId
  @ProductId
end

Instance Method Details

#deserialize(params) ⇒ Object



11224
11225
11226
11227
# File 'lib/v20190423/models.rb', line 11224

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