Class Activity.IdData
Unique identifier for each activity record.
Inherited Members
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
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? |