lib/algolia/models/ingestion/destination_update.rb in algolia-3.0.0.alpha.15 vs lib/algolia/models/ingestion/destination_update.rb in algolia-3.0.0.alpha.16
- old
+ new
@@ -3,19 +3,19 @@
require 'date'
require 'time'
module Algolia
module Ingestion
- # Payload to partially update a Destination.
+ # API request body for updating a destination.
class DestinationUpdate
attr_accessor :type
- # An human readable name describing the object.
+ # Descriptive name for the resource.
attr_accessor :name
attr_accessor :input
- # The authentication UUID.
+ # Universally unique identifier (UUID) of an authentication resource.
attr_accessor :authentication_id
class EnumAttributeValidator
attr_reader :datatype
attr_reader :allowable_values