=begin PureCloud Platform API With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more. OpenAPI spec version: v2 Contact: DeveloperEvangelists@inin.com Generated by: https://github.com/swagger-api/swagger-codegen.git License: ININ http://www.inin.com Terms of Service: https://developer.mypurecloud.com/tos =end require 'date' module PureCloud class ScriptEntityListing attr_accessor :entities attr_accessor :page_size attr_accessor :page_number attr_accessor :total attr_accessor :self_uri attr_accessor :first_uri attr_accessor :previous_uri attr_accessor :last_uri attr_accessor :next_uri attr_accessor :page_count # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { :'entities' => :'entities', :'page_size' => :'pageSize', :'page_number' => :'pageNumber', :'total' => :'total', :'self_uri' => :'selfUri', :'first_uri' => :'firstUri', :'previous_uri' => :'previousUri', :'last_uri' => :'lastUri', :'next_uri' => :'nextUri', :'page_count' => :'pageCount' } end # Attribute type mapping. def self.swagger_types { :'entities' => :'Array