GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionTypeMetadata (google_api_my_business_place_actions v0.2.0) View Source

Metadata for supported place action types.

Attributes

  • displayName (type: String.t, default: nil) - The localized display name for the attribute, if available; otherwise, the English display name.
  • placeActionType (type: String.t, default: nil) - The place action type.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionTypeMetadata{
  displayName: String.t() | nil,
  placeActionType: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.