GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification (google_api_places v0.11.0)

View Source

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. BusinessAvailabilityAttributes justifications. This shows some attributes a business has that could interest an end user.

Attributes

  • delivery (type: boolean(), default: nil) - If a place provides delivery.
  • dineIn (type: boolean(), default: nil) - If a place provides dine-in.
  • takeout (type: boolean(), default: nil) - If a place provides takeout.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification{
    delivery: boolean() | nil,
    dineIn: boolean() | nil,
    takeout: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.