ListRulesResponse constructor
ListRulesResponse({
- String? nextPageToken,
- List<
GoogleDevtoolsArtifactregistryV1Rule> ? rules,
Implementation
ListRulesResponse({
this.nextPageToken,
this.rules,
});