Class UploadAttachmentRequest
Request to upload an attachment.
Inheritance
UploadAttachmentRequest
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class UploadAttachmentRequest : IMessage<UploadAttachmentRequest>, IEquatable<UploadAttachmentRequest>, IDeepCloneable<UploadAttachmentRequest>, IBufferMessage, IMessage
Constructors
UploadAttachmentRequest()
Declaration
public UploadAttachmentRequest()
UploadAttachmentRequest(UploadAttachmentRequest)
Declaration
public UploadAttachmentRequest(UploadAttachmentRequest other)
Parameters
Properties
Filename
Required. The filename of the attachment, including the file extension.
Declaration
public string Filename { get; set; }
Property Value
Parent
Required. Resource name of the Chat space in which the attachment is
uploaded. Format "spaces/{space}".
Declaration
public string Parent { get; set; }
Property Value
ParentAsSpaceName
Declaration
public SpaceName ParentAsSpaceName { get; set; }
Property Value