View Source GoogleApi.MyBusinessPlaceActions.V1.Model.ListPlaceActionLinksResponse (google_api_my_business_place_actions v0.3.0)
Response message for PlaceActions.ListPlaceActionLinks.
Attributes
-
nextPageToken(type:String.t, default:nil) - If there are more place action links than the requested page size, then this field is populated with a token to fetch the next page of results. -
placeActionLinks(type:list(GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionLink.t), default:nil) - The returned list of place action links.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessPlaceActions.V1.Model.ListPlaceActionLinksResponse{ nextPageToken: String.t() | nil, placeActionLinks: [GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionLink.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.