responseStatuses property

List<String>? responseStatuses
getter/setter pair

Matches only events for which the custodian gave one of these responses.

If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.

Implementation

core.List<core.String>? responseStatuses;