ListConsentArtifactsResponse constructor

ListConsentArtifactsResponse({
  1. List<ConsentArtifact>? consentArtifacts,
  2. String? nextPageToken,
})

Implementation

ListConsentArtifactsResponse({
  this.consentArtifacts,
  this.nextPageToken,
});