Class GetAttachmentRequest
Request to get an attachment.
Implements
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 |