google_api_poly v0.8.0 GoogleApi.Poly.V1.Model.ListUserAssetsResponse View Source

A response message from a request to list.

Attributes

  • 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.
  • userAssets (type: list(GoogleApi.Poly.V1.Model.UserAsset.t), default: nil) - A list of UserAssets matching the request.

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.ListUserAssetsResponse{
  nextPageToken: String.t(),
  totalSize: integer(),
  userAssets: [GoogleApi.Poly.V1.Model.UserAsset.t()]
}

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.