RequestMask
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 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[[["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."]]],[]]