GeoOndemandAssistantSupportedActions

GoogleApi.ContentWarehouse.V1.Model.GeoOndemandAssistantSupportedActions


Table of Contents ▼

Jump to a specific part of the page:

Description

Actions supported by Madden for a local entity.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. allowsGuestCheckout (type: boolean(), default: nil)
    - Whether this local entity allows guest checkout for reservations.
  2. isAsynchronousRestaurantReservation (type: boolean(), default: nil)
    - Whether or not this local entity supports asynchronous restaurant reservations, through the above restaurant_reservation_url.
  3. restaurantReservationUrl (type: String.t, default: nil)
    - URL for the Madden restaurant reservation flow, e.g. for display in a WebView. Not populated if restaurant reservations are not supported for the local entity.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeoOndemandAssistantSupportedActions{
allowsGuestCheckout: boolean() | nil,
isAsynchronousRestaurantReservation: boolean() | nil,
restaurantReservationUrl: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeoOndemandAssistantSupportedActions