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.
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
#Enabled ⇒ Object
11233 11234 11235 |
# File 'lib/v20190423/models.rb', line 11233 def Enabled @Enabled end |
#ProductId ⇒ Object
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 |