GoogleApi.MyBusinessBusinessInformation.V1.Model.RelevantLocation (google_api_my_business_business_information v0.5.2)

View Source

Information about another location that is related to current one. The relation can be any one of DEPARTMENT_OF or INDEPENDENT_ESTABLISHMENT_OF, and the location specified here can be on either side (parent/child) of the location.

Attributes

  • placeId (type: String.t, default: nil) - Required. Specify the location that is on the other side of the relation by its placeID.
  • relationType (type: String.t, default: nil) - Required. The type of the relationship.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.RelevantLocation{
  placeId: String.t() | nil,
  relationType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.