class TwentyFiveLivePro::Models::ResourceListv2::Content::Data

Included Modules

Defined in:

twenty-five-live-pro/models/resource_listv2.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 : Array(ResourceList) #

[View source]
def items=(items : Array(ResourceList)) #

[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]