Show / Hide Table of Contents

Class ProjectsSetDefaultNetworkTierRequest

Inheritance
object
ProjectsSetDefaultNetworkTierRequest
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ProjectsSetDefaultNetworkTierRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NetworkTier

Default network tier to be set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX