Show / Hide Table of Contents

Class ResourceDetails

Details of the resource on which the action was performed.

Inheritance
object
ResourceDetails
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.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class ResourceDetails : IDirectResponseSchema

Properties

AppliedLabels

List of labels applied on the resource

Declaration
[JsonProperty("appliedLabels")]
public virtual IList<AppliedLabel> AppliedLabels { get; set; }
Property Value
Type Description
IList<AppliedLabel>

ETag

The ETag of the item.

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

Id

Identifier of the resource.

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

Relation

Defines relationship of the resource to the events

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

Title

Title of the resource. For instance, in case of a drive document, this would be the title of the document. In case of an email, this would be the subject.

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

Type

Type of the resource - document, email, chat message

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX