Class AttachmentDataRef
A reference to the attachment data.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class AttachmentDataRef : IMessage<AttachmentDataRef>, IEquatable<AttachmentDataRef>, IDeepCloneable<AttachmentDataRef>, IBufferMessage, IMessage
Constructors
AttachmentDataRef()
Declaration
public AttachmentDataRef()
AttachmentDataRef(AttachmentDataRef)
Declaration
public AttachmentDataRef(AttachmentDataRef other)
Parameters
Type | Name | Description |
---|---|---|
AttachmentDataRef | other |
Properties
AttachmentUploadToken
Opaque token containing a reference to an uploaded attachment. Treated by clients as an opaque string and used to create or update Chat messages with attachments.
Declaration
public string AttachmentUploadToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
The resource name of the attachment data. This field is used with the media API to download the attachment data.
Declaration
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |