consents property

List<Consent>? consents
getter/setter pair

The returned Consents.

The maximum number of Consents returned is determined by the value of page_size in the ListConsentsRequest.

Implementation

core.List<Consent>? consents;