View Source GoogleApi.MyBusinessPlaceActions.V1.Model.ListPlaceActionTypeMetadataResponse (google_api_my_business_place_actions v0.3.0)
Response message for PlaceActions.ListPlaceActionTypeMetadata.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - If the number of action types exceeded the requested page size, this field will be populated with a token to fetch the next page on a subsequent call toplaceActionTypeMetadata.list
. If there are no more results, this field will not be present in the response. -
placeActionTypeMetadata
(type:list(GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionTypeMetadata.t)
, default:nil
) - A collection of metadata for the available place action types.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessPlaceActions.V1.Model.ListPlaceActionTypeMetadataResponse{ nextPageToken: String.t() | nil, placeActionTypeMetadata: [GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionTypeMetadata.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.