class Algolia::Ingestion::Authentication

def self.attribute_map

Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
  {
    :authentication_id => :authenticationID,
    :type => :type,
    :name => :name,
    :platform => :platform,
    :input => :input,
    :created_at => :createdAt,
    :updated_at => :updatedAt
  }
end