Show / Hide Table of Contents

Class ResourceInfo

Proto that contains resource information.

Inheritance
object
ResourceInfo
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.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class ResourceInfo : IDirectResponseSchema

Properties

ChatAttachmentId

Chat attachment ID.

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

ChatMessageId

Chat message ID.

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

DeviceId

Id to identify a device. For example, for Android devices, this is the "Android Device Id" and for Chrome OS devices, it's the "Device Virtual Id".

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

DocumentId

Drive file ID.

Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { 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

ResourceTitle

Title of the resource, for example email subject, or document title.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX