Class: TencentCloud::Iotexplorer::V20190423::ModifyProductCloudStorageAIServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyProductCloudStorageAIServiceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyProductCloudStorageAIService请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, enabled = nil) ⇒ ModifyProductCloudStorageAIServiceRequest
constructor
A new instance of ModifyProductCloudStorageAIServiceRequest.
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
#Enabled ⇒ Object
11217 11218 11219 |
# File 'lib/v20190423/models.rb', line 11217 def Enabled @Enabled end |
#ProductId ⇒ Object
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 |