Class BatchGetCategoriesResponse
Response message for BusinessCategories.BatchGetBusinessCategories.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class BatchGetCategoriesResponse : IDirectResponseSchema
Properties
Categories
Categories that match the GConcept ids provided in the request. They will not come in the same order as category ids in the request.
Declaration
[JsonProperty("categories")]
public virtual IList<Category> Categories { get; set; }
Property Value
Type | Description |
---|---|
IList<Category> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |