class Attio::APIResource

def to_h

Serialization
def to_h
  {
    id: id,
    created_at: created_at&.iso8601,
    **@attributes
  }.compact
end