class NotionAPI::CollectionViewPage

class that represents a CollectionViewPage, inheriting all properties from CollectionView

Attributes

notion_type[R]
parent_id[R]
type[R]
id[R]
parent_id[R]

Public Instance Methods

type() click to toggle source
# File lib/notion_api/notion_types/collection_view_blocks.rb, line 342
def type
  NotionAPI::CollectionViewRow.notion_type
end