class Google::Apis::YoutubeV3::PageInfo

Overview

Paging details for lists of resources

Included Modules

Defined in:

google/apis/youtube_v3/classes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def results_per_page : Int32 | Nil #

[View source]
def results_per_page=(results_per_page : Int32 | Nil) #

[View source]
def total_results : Int32 | Nil #

[View source]
def total_results=(total_results : Int32 | Nil) #

[View source]