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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.