Class UploadAttachmentResponse
Response of uploading an attachment.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class UploadAttachmentResponse : IDirectResponseSchema
Properties
AttachmentDataRef
Reference to the uploaded attachment.
Declaration
[JsonProperty("attachmentDataRef")]
public virtual AttachmentDataRef AttachmentDataRef { get; set; }
Property Value
Type | Description |
---|---|
AttachmentDataRef |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |