lib/v20190118/models.rb in tencentcloud-sdk-tav-3.0.590 vs lib/v20190118/models.rb in tencentcloud-sdk-tav-3.0.591

- old
+ new

@@ -21,11 +21,11 @@ class GetLocalEngineRequest < TencentCloud::Common::AbstractModel # @param Key: 购买服务后获得的授权信息,用于保证请求有效性 # @type Key: String attr_accessor :Key - + def initialize(key=nil) @Key = key end def deserialize(params) @@ -43,11 +43,11 @@ # @type Data: String # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :Status, :Info, :Data, :RequestId - + def initialize(status=nil, info=nil, data=nil, requestid=nil) @Status = status @Info = info @Data = data @RequestId = requestid @@ -67,11 +67,11 @@ # @type Key: String # @param Md5: 需要获取扫描接口的md5(只允许单个md5) # @type Md5: String attr_accessor :Key, :Md5 - + def initialize(key=nil, md5=nil) @Key = key @Md5 = md5 end @@ -92,11 +92,11 @@ # @type Data: String # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :Status, :Info, :Data, :RequestId - + def initialize(status=nil, info=nil, data=nil, requestid=nil) @Status = status @Info = info @Data = data @RequestId = requestid @@ -120,11 +120,11 @@ # @type WithCategory: String # @param SensitiveLevel: 松严规则控制字段默认填10(5-松、10-标准、15-严) # @type SensitiveLevel: String attr_accessor :Key, :Md5s, :WithCategory, :SensitiveLevel - + def initialize(key=nil, md5s=nil, withcategory=nil, sensitivelevel=nil) @Key = key @Md5s = md5s @WithCategory = withcategory @SensitiveLevel = sensitivelevel @@ -150,11 +150,11 @@ # @type Data: String # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :Status, :Info, :Data, :RequestId - + def initialize(status=nil, info=nil, data=nil, requestid=nil) @Status = status @Info = info @Data = data @RequestId = requestid @@ -176,11 +176,11 @@ # @type Sample: String # @param Md5: 文件的md5值 # @type Md5: String attr_accessor :Key, :Sample, :Md5 - + def initialize(key=nil, sample=nil, md5=nil) @Key = key @Sample = sample @Md5 = md5 end @@ -202,10 +202,10 @@ # @type Data: String # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :Status, :Info, :Data, :RequestId - + def initialize(status=nil, info=nil, data=nil, requestid=nil) @Status = status @Info = info @Data = data @RequestId = requestid