Show / Hide Table of Contents

Class Category

A category describing what this business is (not what it does). For a list of valid category IDs, and the mappings to their human-readable names, see categories.list.

Inheritance
object
Category
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 Category : IDirectResponseSchema

Properties

DisplayName

Output only. The human-readable name of the category. This is set when reading the location. When modifying the location, category_id must be set.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MoreHoursTypes

Output only. More hours types that are available for this business category.

Declaration
[JsonProperty("moreHoursTypes")]
public virtual IList<MoreHoursType> MoreHoursTypes { get; set; }
Property Value
Type Description
IList<MoreHoursType>

Name

Required. A stable ID (provided by Google) for this category. The value must be specified when modifying the category (when creating or updating a location).

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ServiceTypes

Output only. A list of all the service types that are available for this business category.

Declaration
[JsonProperty("serviceTypes")]
public virtual IList<ServiceType> ServiceTypes { get; set; }
Property Value
Type Description
IList<ServiceType>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX