targetType property

String? targetType
getter/setter pair

Specifies which target types should appear in the response.

Output only. Possible string values are:

  • "TARGET_TYPE_UNSPECIFIED" : Set when target type is unspecified.
  • "ACCOUNTS_ONLY" : List invitations only for targets of type Account.
  • "LOCATIONS_ONLY" : List invitations only for targets of type Location.

Implementation

core.String? targetType;