Show / Hide Table of Contents

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.

Inheritance
object
Categories
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX