lib/purecloudplatformclientv2/models/attachment.rb in purecloudplatformclientv2-27.1.0 vs lib/purecloudplatformclientv2/models/attachment.rb in purecloudplatformclientv2-28.0.0
- old
+ new
@@ -16,17 +16,22 @@
require 'date'
module PureCloud
class Attachment
+ # The unique identifier for the attachment.
attr_accessor :attachment_id
+ # The name of the attachment.
attr_accessor :name
+ # The content uri of the attachment. If set, this is commonly a public api download location.
attr_accessor :content_uri
+ # The type of file the attachment is.
attr_accessor :content_type
+ # The length of the attachment file.
attr_accessor :content_length
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{