ListRulesResponse constructor

ListRulesResponse({
  1. String? nextPageToken,
  2. List<GoogleDevtoolsArtifactregistryV1Rule>? rules,
})

Implementation

ListRulesResponse({this.nextPageToken, this.rules});