GoogleApi.YouTube.V3.Model.PageInfo (google_api_you_tube v0.54.0)

View Source

Paging details for lists of resources, including total number of items available and number of resources returned in a single page.

Attributes

  • resultsPerPage (type: integer(), default: nil) - The number of results included in the API response.
  • totalResults (type: integer(), default: nil) - The total number of results in the result set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.PageInfo{
  resultsPerPage: integer() | nil,
  totalResults: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.