Show / Hide Table of Contents

Class ActivityNetworkInfo

Network information of the user doing the action.

Inheritance
object
ActivityNetworkInfo
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX