class TencentCloud::Iotexplorer::V20190423::ModifyProductCloudStorageAIServiceRequest
ModifyProductCloudStorageAIService请求参数结构体
def deserialize(params)
def deserialize(params) @ProductId = params['ProductId'] @Enabled = params['Enabled'] end
def initialize(productid=nil, enabled=nil)
def initialize(productid=nil, enabled=nil) @ProductId = productid @Enabled = enabled end