Show / Hide Table of Contents

Class UploadAttachmentRequest

Request to upload an attachment.

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

Constructors

UploadAttachmentRequest()

Declaration
public UploadAttachmentRequest()

UploadAttachmentRequest(UploadAttachmentRequest)

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

Properties

Filename

Required. The filename of the attachment, including the file extension.

Declaration
public string Filename { get; set; }
Property Value
Type Description
string

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
Type Description
string

ParentAsSpaceName

SpaceName-typed view over the Parent resource name property.

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