Class ListRuleSetsResponse (0.1.0)

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

Response message for RuleSetService.ListRuleSets.

Attributes

NameDescription
rule_sets Sequence[google.cloud.contentwarehouse_v1.types.RuleSet]
The rule sets from the specified parent.
next_page_token str
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListRuleSetsResponse