GoogleApi.MyBusinessBusinessInformation.V1.Model.OpenInfo (google_api_my_business_business_information v0.5.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.OpenInfo{
  canReopen: boolean() | nil,
  openingDate: GoogleApi.MyBusinessBusinessInformation.V1.Model.Date.t() | nil,
  status: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.