ListAttestationRulesResponse constructor
ListAttestationRulesResponse({
- List<
AttestationRule> ? attestationRules, - String? nextPageToken,
Implementation
ListAttestationRulesResponse({this.attestationRules, this.nextPageToken});