Class RulesFile (1.9.2)

RulesFile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details of a single rules file.

Attributes

NameDescription
rules_source_filename str
Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.
rules_content str
Required. The text content of the rules that needs to be converted.