Show / Hide Table of Contents

Class Activity.IdData

Unique identifier for each activity record.

Inheritance
object
Activity.IdData
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 Activity.IdData

Properties

ApplicationName

Application name to which the event belongs. For possible values see the list of applications above in applicationName.

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

CustomerId

The unique identifier for a Google Workspace account.

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

Time

DateTime representation of TimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeDateTimeOffset instead.")]
public virtual DateTime? Time { get; set; }
Property Value
Type Description
DateTime?

TimeDateTimeOffset

DateTimeOffset representation of TimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimeRaw

Time of occurrence of the activity. This is in UNIX epoch time in seconds.

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

UniqueQualifier

Unique qualifier if multiple events have the same time.

Declaration
[JsonProperty("uniqueQualifier")]
public virtual long? UniqueQualifier { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX