Show / Hide Table of Contents

Class SubnetworksScopedList

Inheritance
System.Object
SubnetworksScopedList
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SubnetworksScopedList : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Subnetworks

A list of subnetworks contained in this scope.

Declaration
[JsonProperty("subnetworks")]
public virtual IList<Subnetwork> Subnetworks { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Subnetwork>

Warning

An informational warning that appears when the list of addresses is empty.

Declaration
[JsonProperty("warning")]
public virtual SubnetworksScopedList.WarningData Warning { get; set; }
Property Value
Type Description
SubnetworksScopedList.WarningData

Implements

IDirectResponseSchema
In This Article
Back to top