Class ResourceInfo
Proto that contains resource information.
Inheritance
System.Object
ResourceInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class ResourceInfo : IDirectResponseSchema
Properties
DocumentId
Drive file ID.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |