Class ChromeOsDevice.LastKnownNetworkData
Contains last known network (Read-only)
Inherited Members
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 |