ListAttestationRulesResponse constructor

ListAttestationRulesResponse({
  1. List<AttestationRule>? attestationRules,
  2. String? nextPageToken,
})

Implementation

ListAttestationRulesResponse({this.attestationRules, this.nextPageToken});