class TencentCloud::Dsgc::V20190723::ModifyDSPATaskResultRequest
ModifyDSPATaskResult请求参数结构体
def deserialize(params)
def deserialize(params) @DspaId = params['DspaId'] @FieldResultId = params['FieldResultId'] @ComplianceId = params['ComplianceId'] @IsSetNonSensitiveField = params['IsSetNonSensitiveField'] @DestRuleId = params['DestRuleId'] @DestCategoryId = params['DestCategoryId'] @DestLevelId = params['DestLevelId'] @SrcRuleId = params['SrcRuleId'] @SrcCategoryId = params['SrcCategoryId'] @SrcLevelId = params['SrcLevelId'] @IdentifyType = params['IdentifyType'] end
def initialize(dspaid=nil, fieldresultid=nil, complianceid=nil, issetnonsensitivefield=nil, destruleid=nil, destcategoryid=nil, destlevelid=nil, srcruleid=nil, srccategoryid=nil, srclevelid=nil, identifytype=nil)
def initialize(dspaid=nil, fieldresultid=nil, complianceid=nil, issetnonsensitivefield=nil, destruleid=nil, destcategoryid=nil, destlevelid=nil, srcruleid=nil, srccategoryid=nil, srclevelid=nil, identifytype=nil) @DspaId = dspaid @FieldResultId = fieldresultid @ComplianceId = complianceid @IsSetNonSensitiveField = issetnonsensitivefield @DestRuleId = destruleid @DestCategoryId = destcategoryid @DestLevelId = destlevelid @SrcRuleId = srcruleid @SrcCategoryId = srccategoryid @SrcLevelId = srclevelid @IdentifyType = identifytype end