Class Attachment (0.1.6)

Attachment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a file attached to a support case.

Attributes

NameDescription
name str
Output only. The resource name of the attachment.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the attachment was created.
creator google.cloud.support_v2.types.Actor
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 str
The filename of the attachment (e.g. "graph.jpg").
mime_type str
Output only. The MIME type of the attachment (e.g. text/plain).
size_bytes int
Output only. The size of the attachment in bytes.