ListConsentStoresResponse constructor

ListConsentStoresResponse({
  1. List<ConsentStore>? consentStores,
  2. String? nextPageToken,
})

Implementation

ListConsentStoresResponse({this.consentStores, this.nextPageToken});