Class UploadAttachmentResponse
Response of uploading an attachment.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class UploadAttachmentResponse : IMessage<UploadAttachmentResponse>, IEquatable<UploadAttachmentResponse>, IDeepCloneable<UploadAttachmentResponse>, IBufferMessage, IMessage
Constructors
UploadAttachmentResponse()
Declaration
public UploadAttachmentResponse()
UploadAttachmentResponse(UploadAttachmentResponse)
Declaration
public UploadAttachmentResponse(UploadAttachmentResponse other)
Parameters
Type | Name | Description |
---|---|---|
UploadAttachmentResponse | other |
Properties
AttachmentDataRef
Reference to the uploaded attachment.
Declaration
public AttachmentDataRef AttachmentDataRef { get; set; }
Property Value
Type | Description |
---|---|
AttachmentDataRef |