Class: HighLevel::Models::Objects::RecordResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/objects/record_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def created_at
  @created_at
end

#created_byObject (readonly)

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of created_by



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def created_by
  @created_by
end

#followersObject (readonly)

Returns the value of attribute followers

Returns:

  • (Object)

    the current value of followers



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def followers
  @followers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def id
  @id
end

#last_updated_byObject (readonly)

Returns the value of attribute last_updated_by

Returns:

  • (Object)

    the current value of last_updated_by



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def last_updated_by
  @last_updated_by
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def location_id
  @location_id
end

#object_idObject (readonly)

Returns the value of attribute object_id

Returns:

  • (Object)

    the current value of object_id



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def object_id
  @object_id
end

#object_keyObject (readonly)

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def object_key
  @object_key
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def owner
  @owner
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def properties
  @properties
end

#search_afterObject (readonly)

Returns the value of attribute search_after

Returns:

  • (Object)

    the current value of search_after



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def search_after
  @search_after
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



9
10
11
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9

def updated_at
  @updated_at
end