GoogleApi.MyBusinessAccountManagement.V1.Model.TargetLocation (google_api_my_business_account_management v0.4.1)

View Source

Represents a target location for a pending invitation.

Attributes

  • address (type: String.t, default: nil) - The address of the location to which the user is invited.
  • locationName (type: String.t, default: nil) - The name of the location to which the user is invited.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessAccountManagement.V1.Model.TargetLocation{
  address: String.t() | nil,
  locationName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.