Show / Hide Table of Contents

Class AttachmentDataRef

A reference to the attachment data.

Inheritance
object
AttachmentDataRef
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class AttachmentDataRef : IDirectResponseSchema

Properties

AttachmentUploadToken

Optional. Opaque token containing a reference to an uploaded attachment. Treated by clients as an opaque string and used to create or update Chat messages with attachments.

Declaration
[JsonProperty("attachmentUploadToken")]
public virtual string AttachmentUploadToken { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

ResourceName

Optional. The resource name of the attachment data. This field is used with the media API to download the attachment data.

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX