class Attio::Meta

def to_h

def to_h
  {
    workspace: workspace,
    token: token,
    actor: actor
  }.compact
end