GoogleApi.MyBusinessBusinessInformation.V1.Model.OpenInfo (google_api_my_business_business_information v0.2.1) View Source
Information related to the opening state of the business.
Attributes
-
canReopen(type:boolean(), default:nil) - Output only. Indicates whether this business is eligible for re-open. -
openingDate(type:GoogleApi.MyBusinessBusinessInformation.V1.Model.Date.t, default:nil) - 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. -
status(type:String.t, default:nil) - Required. Indicates whether or not the Location is currently open for business. All locations are open by default, unless updated to be closed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.OpenInfo{
canReopen: boolean() | nil,
openingDate: GoogleApi.MyBusinessBusinessInformation.V1.Model.Date.t() | nil,
status: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.