GoogleCloudContentwarehouseV1ListRuleSetsResponse constructor

GoogleCloudContentwarehouseV1ListRuleSetsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContentwarehouseV1RuleSet>? ruleSets,
})

Implementation

GoogleCloudContentwarehouseV1ListRuleSetsResponse({
  this.nextPageToken,
  this.ruleSets,
});