status property
Indicates whether or not the Location is currently open for business.
All locations are open by default, unless updated to be closed.
Required. Possible string values are:
- "OPEN_FOR_BUSINESS_UNSPECIFIED" : Not specified.
- "OPEN" : Indicates that the location is open.
- "CLOSED_PERMANENTLY" : Indicates that the location has been permanently closed.
- "CLOSED_TEMPORARILY" : Indicates that the location has been temporarily closed.
Implementation
core.String? status;