GoogleCloudContentwarehouseV1ListRuleSetsResponse constructor
GoogleCloudContentwarehouseV1ListRuleSetsResponse({
- String? nextPageToken,
- List<
GoogleCloudContentwarehouseV1RuleSet> ? ruleSets,
Implementation
GoogleCloudContentwarehouseV1ListRuleSetsResponse({
this.nextPageToken,
this.ruleSets,
});