Class Categories
A collection of categories that describes the business. During updates, both fields must be set. Clients are prohibited from individually updating the primary or additional categories using the update mask.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class Categories : IDirectResponseSchema
Properties
AdditionalCategories
Optional. Additional categories to describe your business. Categories help your customers find accurate, specific results for services they're interested in. To keep your business information accurate and live, make sure that you use as few categories as possible to describe your overall core business. Choose categories that are as specific as possible, but representative of your main business.
Declaration
[JsonProperty("additionalCategories")]
public virtual IList<Category> AdditionalCategories { 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 |
PrimaryCategory
Required. Category that best describes the core business this location engages in.
Declaration
[JsonProperty("primaryCategory")]
public virtual Category PrimaryCategory { get; set; }
Property Value
Type | Description |
---|---|
Category |