Enum CategoriesResource.BatchGetRequest.ViewEnum
Required. Specifies which parts to the Category resource should be returned in the response.
Namespace: Google.Apis.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public enum CategoriesResource.BatchGetRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| BASIC | The server response will only include Category fields display_name, category_id and language_code. It omits any service type metadata related fields. |
| CATEGORYVIEWUNSPECIFIED | Not specified, equivalent to CATEGORY_METADATA_ONLY. |
| FULL | Returns all the fields in the response. |