Class ActivityNetworkInfo
Network information of the user doing the action.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class ActivityNetworkInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpAsn
IP Address of the user doing the action.
Declaration
[JsonProperty("ipAsn")]
public virtual IList<int?> IpAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int?> |
RegionCode
ISO 3166-1 alpha-2 region code of the user doing the action.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubdivisionCode
ISO 3166-2 region code (states and provinces) for countries of the user doing the action.
Declaration
[JsonProperty("subdivisionCode")]
public virtual string SubdivisionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |