Show / Hide Table of Contents

Class ServiceBusinessContext

Additional data for service business verification.

Inheritance
object
ServiceBusinessContext
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.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class ServiceBusinessContext : IDirectResponseSchema

Properties

Address

The verification address of the location. It is used to either enable more verification options or send a postcard.

Declaration
[JsonProperty("address")]
public virtual PostalAddress Address { get; set; }
Property Value
Type Description
PostalAddress

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX