Show / Hide Table of Contents

Class ChromeOsDevice.LastKnownNetworkData

Contains last known network (Read-only)

Inheritance
object
ChromeOsDevice.LastKnownNetworkData
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.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.LastKnownNetworkData

Properties

IpAddress

The IP address.

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

WanIpAddress

The WAN IP address.

Declaration
[JsonProperty("wanIpAddress")]
public virtual string WanIpAddress { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX