Show / Hide Table of Contents

Class UploadAttachmentResponse

Response of uploading an attachment.

Inheritance
object
UploadAttachmentResponse
Implements
IMessage<UploadAttachmentResponse>
IEquatable<UploadAttachmentResponse>
IDeepCloneable<UploadAttachmentResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX