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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.