Resource: Attachment
Represents a file attached to a support case.
JSON representation |
---|
{
"name": string,
"createTime": string,
"creator": {
object ( |
Fields | |
---|---|
name |
Output only. The resource name of the attachment. |
createTime |
Output only. The time at which the attachment was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
creator |
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 |
The filename of the attachment (e.g. |
mimeType |
Output only. The MIME type of the attachment (e.g. text/plain). |
sizeBytes |
Output only. The size of the attachment in bytes. |
Methods |
|
---|---|
|
Create a file attachment on a case or Cloud resource. |