Sha256: 9c4293e3a1e3c789b90cbc078f84eba9546db15e424cd9498a8d70d1f766f2a2
Contents?: true
Size: 629 Bytes
Versions: 62
Compression:
Stored size: 629 Bytes
Contents
class Zendesk2::Client class TicketNotification < AuditEvent # @return [Integer] Automatically assigned when creating events identity :id, type: :integer # @return [String] The message sent to the recipients attribute :body, type: :string # @return [Array] A array of simple object holding the ids and names of the recipients of this notification attribute :recipients, type: :array # @return [String] The subject of the message sent to the recipients attribute :subject, type: :string # @return [Hash] A reference to the trigger that created this notification attribute :via end end
Version data entries
62 entries across 62 versions & 1 rubygems