class TencentCloud::Tsf::V20180326::BusinessLogConfigSchema
业务日志配置解析规则
def deserialize(params)
def deserialize(params) @SchemaType = params['SchemaType'] @SchemaContent = params['SchemaContent'] @SchemaDateFormat = params['SchemaDateFormat'] @SchemaMultilinePattern = params['SchemaMultilinePattern'] @SchemaCreateTime = params['SchemaCreateTime'] @SchemaPatternLayout = params['SchemaPatternLayout'] end
def initialize(schematype=nil, schemacontent=nil, schemadateformat=nil, schemamultilinepattern=nil, schemacreatetime=nil, schemapatternlayout=nil)
def initialize(schematype=nil, schemacontent=nil, schemadateformat=nil, schemamultilinepattern=nil, schemacreatetime=nil, schemapatternlayout=nil) @SchemaType = schematype @SchemaContent = schemacontent @SchemaDateFormat = schemadateformat @SchemaMultilinePattern = schemamultilinepattern @SchemaCreateTime = schemacreatetime @SchemaPatternLayout = schemapatternlayout end