consentStores property

List<ConsentStore>? consentStores
getter/setter pair

The returned consent stores.

The maximum number of stores returned is determined by the value of page_size in the ListConsentStoresRequest.

Implementation

core.List<ConsentStore>? consentStores;