google_api_poly v0.4.0 GoogleApi.Poly.V1.Model.ListAssetsResponse 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 Sourcet() :: %GoogleApi.Poly.V1.Model.ListAssetsResponse{ assets: [GoogleApi.Poly.V1.Model.Asset.t()], nextPageToken: String.t(), totalSize: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.