Class: Google::Apis::CloudsupportV2::CreateAttachmentRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsupport_v2/classes.rb,
lib/google/apis/cloudsupport_v2/representations.rb,
lib/google/apis/cloudsupport_v2/representations.rb

Overview

The request message for the CreateAttachment endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateAttachmentRequest

Returns a new instance of CreateAttachmentRequest.



540
541
542
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 540

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#attachmentGoogle::Apis::CloudsupportV2::Attachment

An Attachment contains metadata about a file that was uploaded to a case - it is NOT a file itself. That being said, the name of an Attachment object can be used to download its accompanying file through the media.download endpoint. While attachments can be uploaded in the console at the same time as a comment, they're associated on a "case" level, not a "comment" level. Corresponds to the JSON property attachment



538
539
540
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 538

def attachment
  @attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



545
546
547
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 545

def update!(**args)
  @attachment = args[:attachment] if args.key?(:attachment)
end