Show / Hide Table of Contents

Class OpenInfo

Information related to the opening state of the business.

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

Properties

CanReopen

Output only. Indicates whether this business is eligible for re-open.

Declaration
[JsonProperty("canReopen")]
public virtual bool? CanReopen { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

OpeningDate

Optional. The date on which the location first opened. If the exact day is not known, month and year only can be provided. The date must be in the past or be no more than one year in the future.

Declaration
[JsonProperty("openingDate")]
public virtual Date OpeningDate { get; set; }
Property Value
Type Description
Date

Status

Required. Indicates whether or not the Location is currently open for business. All locations are open by default, unless updated to be closed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX