ListConsentArtifactsResponse constructor
ListConsentArtifactsResponse({
- List<
ConsentArtifact> ? consentArtifacts, - String? nextPageToken,
Implementation
ListConsentArtifactsResponse({
this.consentArtifacts,
this.nextPageToken,
});