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

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.

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.ListPlaceActionLinksResponse{
  nextPageToken: String.t() | nil,
  placeActionLinks:
    [GoogleApi.MyBusinessPlaceActions.V1.Model.PlaceActionLink.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.