ListRuleRevisionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ListRuleRevisions method.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the rule to list revisions for. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
|
page_size |
int
The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page_token |
str
The page token, received from a previous ListRuleRevisions call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListRuleRevisions must match the call that provided the
page token.
|
view |
google.cloud.chronicle_v1.types.RuleView
The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC. |