Class AttachmentDataRef
A reference to the attachment data.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class AttachmentDataRef : IDirectResponseSchema
Properties
AttachmentUploadToken
Optional. 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
[JsonProperty("attachmentUploadToken")]
public virtual string AttachmentUploadToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Optional. The resource name of the attachment data. This field is used with the media API to download the attachment data.
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |