Class ResourceDetails
Details of the resource on which the action was performed.
Implements
Inherited Members
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 |