struct TwentyFiveLivePro::Models::PaginatedResponse::Content::Data

Included Modules

Extended Modules

Defined in:

twenty_five_live_pro/models/paginated_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def current_item_count : Int64 #

[View source]
def current_item_count=(current_item_count : Int64) #

[View source]
def items_per_page : Int64 #

[View source]
def items_per_page=(items_per_page : Int64) #

[View source]
def page_index : Int64 #

[View source]
def page_index=(page_index : Int64) #

[View source]
def paginate_key : Int64 #

[View source]
def paginate_key=(paginate_key : Int64) #

[View source]
def paging_link_template : String #

[View source]
def paging_link_template=(paging_link_template : String) #

[View source]
def total_items : Int64 #

[View source]
def total_items=(total_items : Int64) #

[View source]
def total_pages : Int64 #

[View source]
def total_pages=(total_pages : Int64) #

[View source]