RulesetMetadataList class
Stay organized with collections
Save and categorize content based on your preferences.
A page of ruleset metadata.
Signature:
export declare class RulesetMetadataList
Properties
Property |
Modifiers |
Type |
Description |
nextPageToken |
|
string |
The next page token if available. This is needed to retrieve the next batch. |
rulesets |
|
RulesetMetadata[] |
A batch of ruleset metadata. |
RulesetMetadataList.nextPageToken
The next page token if available. This is needed to retrieve the next batch.
Signature:
readonly nextPageToken?: string;
A batch of ruleset metadata.
Signature:
readonly rulesets: RulesetMetadata[];
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["A page of ruleset metadata.\n\n**Signature:** \n\n export declare class RulesetMetadataList \n\nProperties\n\nRulesetMetadataList.nextPageToken\n\nThe next page token if available. This is needed to retrieve the next batch.\n\n**Signature:** \n\n readonly nextPageToken?: string;\n\nRulesetMetadataList.rulesets\n\nA batch of ruleset metadata.\n\n**Signature:** \n\n readonly rulesets: RulesetMetadata[];"]]