class Attio::List
def to_h
-
(Hash)
- List data as a hash
def to_h super.merge( api_slug: api_slug, name: name, object_id: attio_object_id, object_api_slug: object_api_slug, created_by_actor: created_by_actor, workspace_id: workspace_id, workspace_access: workspace_access ).compact end