View Source GoogleApi.CloudSupport.V2.Model.Attachment (google_api_cloud_support v0.6.0)
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.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time at which the attachment was created. -
creator
(type:GoogleApi.CloudSupport.V2.Model.Actor.t
, default:nil
) - Output only. The user who uploaded the attachment. Note, the name and email will be obfuscated if the attachment was uploaded by Google support. -
filename
(type:String.t
, default:nil
) - The filename of the attachment (e.g."graph.jpg"
). -
mimeType
(type:String.t
, default:nil
) - Output only. The MIME type of the attachment (e.g. text/plain). -
name
(type:String.t
, default:nil
) - Output only. The resource name of the attachment. -
sizeBytes
(type:String.t
, default:nil
) - Output only. The size of the attachment in bytes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSupport.V2.Model.Attachment{ createTime: DateTime.t() | nil, creator: GoogleApi.CloudSupport.V2.Model.Actor.t() | nil, filename: String.t() | nil, mimeType: String.t() | nil, name: String.t() | nil, sizeBytes: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.