lib/algolia/models/ingestion/source.rb in algolia-3.0.0.alpha.15 vs lib/algolia/models/ingestion/source.rb in algolia-3.0.0.alpha.16

- old
+ new

@@ -4,25 +4,25 @@ require 'time' module Algolia module Ingestion class Source - # The source UUID. + # Universally uniqud identifier (UUID) of a source. attr_accessor :source_id attr_accessor :type attr_accessor :name attr_accessor :input - # The authentication UUID. + # Universally unique identifier (UUID) of an authentication resource. attr_accessor :authentication_id - # Date of creation (RFC3339 format). + # Date of creation in RFC3339 format. attr_accessor :created_at - # Date of last update (RFC3339 format). + # Date of last update in RFC3339 format. attr_accessor :updated_at class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values