google_api_poly v0.6.0 GoogleApi.Poly.V1.Model.ListLikedAssetsResponse View Source

A response message from a request to list.

Attributes

  • assets (type: list(GoogleApi.Poly.V1.Model.Asset.t), default: nil) - A list of assets that match the criteria specified in the request.
  • nextPageToken (type: String.t, default: nil) - The continuation token for retrieving the next page. If empty, indicates that there are no more pages. To get the next page, submit the same request specifying this value as the page_token.
  • totalSize (type: integer(), default: nil) - The total number of assets in the list, without pagination.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Poly.V1.Model.ListLikedAssetsResponse{
  assets: [GoogleApi.Poly.V1.Model.Asset.t()],
  nextPageToken: String.t(),
  totalSize: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.