Show / Hide Table of Contents

Class Chain

A chain is a brand that your business's locations can be affiliated with.

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

Properties

ChainNames

Names of the chain.

Declaration
[JsonProperty("chainNames")]
public virtual IList<ChainName> ChainNames { get; set; }
Property Value
Type Description
IList<ChainName>

ETag

The ETag of the item.

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

LocationCount

Number of locations that are part of this chain.

Declaration
[JsonProperty("locationCount")]
public virtual int? LocationCount { get; set; }
Property Value
Type Description
int?

Name

Required. The chain's resource name, in the format chains/{chain_id}.

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

Websites

Websites of the chain.

Declaration
[JsonProperty("websites")]
public virtual IList<ChainUri> Websites { get; set; }
Property Value
Type Description
IList<ChainUri>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX