View Source GoogleApi.MyBusinessLodging.V1.Model.GetGoogleUpdatedLodgingResponse (google_api_my_business_lodging v0.5.0)

Response message for LodgingService.GetGoogleUpdatedLodging

Attributes

  • diffMask (type: String.t, default: nil) - Required. The fields in the Lodging that have been updated by Google. Repeated field items are not individually specified.
  • lodging (type: GoogleApi.MyBusinessLodging.V1.Model.Lodging.t, default: nil) - Required. The Google updated Lodging.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.GetGoogleUpdatedLodgingResponse{
  diffMask: String.t() | nil,
  lodging: GoogleApi.MyBusinessLodging.V1.Model.Lodging.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.