RequestMask

  • This item is deprecated and users should utilize personFields instead.

  • It describes which person fields to return in the response using a JSON representation.

  • The includeField requires a FieldMask format to specify desired fields.

  • Users must provide a comma-separated list of person fields, prefixed with person., to be included in the response.

DEPRECATED (Please use personFields instead)

Describes which person fields to return in the response.

JSON representation
{
  "includeField": string
}
Fields
includeField

string (FieldMask format)

Required. Comma-separated list of person fields to be included in the response. Each path should start with person.: for example, person.names or person.photos.