Show / Hide Table of Contents

Class GetAttachmentRequest

Request to get an attachment.

Inheritance
object
GetAttachmentRequest
Implements
IMessage<GetAttachmentRequest>
IEquatable<GetAttachmentRequest>
IDeepCloneable<GetAttachmentRequest>
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 GetAttachmentRequest : IMessage<GetAttachmentRequest>, IEquatable<GetAttachmentRequest>, IDeepCloneable<GetAttachmentRequest>, IBufferMessage, IMessage

Constructors

GetAttachmentRequest()

Declaration
public GetAttachmentRequest()

GetAttachmentRequest(GetAttachmentRequest)

Declaration
public GetAttachmentRequest(GetAttachmentRequest other)
Parameters
Type Name Description
GetAttachmentRequest other

Properties

AttachmentName

AttachmentName-typed view over the Name resource name property.

Declaration
public AttachmentName AttachmentName { get; set; }
Property Value
Type Description
AttachmentName

Name

Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX