class Anthropic::Internal::Page

def inspect

Returns:
  • (String) -

Other tags:
    Api: - private
def inspect
  # rubocop:disable Layout/LineLength
  model = Anthropic::Internal::Type::Converter.inspect(@model, depth: 1)
  "#<#{self.class}[#{model}]:0x#{object_id.to_s(16)} has_more=#{has_more.inspect} first_id=#{first_id.inspect} last_id=#{last_id.inspect}>"
  # rubocop:enable Layout/LineLength
end