lib/zendesk2/client/models/ticket_field.rb in zendesk2-1.2.10 vs lib/zendesk2/client/models/ticket_field.rb in zendesk2-1.3.0

- old
+ new

@@ -9,11 +9,11 @@ # @return [Boolean] Whether this field is available attribute :active, type: :boolean # @return [String] If this field should be shown to agents by default or be hidden alongside infrequently used fields attribute :collapsed_for_agents, type: :string # @return [Date] The time the ticket field was created - attribute :created_at, type: :date + attribute :created_at, type: :time # @return [Array] Required and presented for a ticket field of type "tagger" attribute :custom_field_options, type: :array # @return [String] The description of the purpose of this ticket field, shown to users attribute :description, type: :string # @return [Boolean] Whether this field is editable by end users @@ -37,10 +37,10 @@ # @return [String] The title of the ticket field when shown to end users attribute :title_in_portal, type: :string # @return [String] The type of the ticket field attribute :type, type: :string # @return [Date] The time of the last update of the ticket field - attribute :updated_at, type: :date + attribute :updated_at, type: :time # @return [String] The URL for this resource attribute :url, type: :string # @return [Boolean] Whether this field is available to end users attribute :visible_in_portal, type: :boolean