Show / Hide Table of Contents

Class Condition

This is deprecated and has no effect. Do not use.

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

Properties

ETag

The ETag of the item.

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

Iam

This is deprecated and has no effect. Do not use.

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

Op

This is deprecated and has no effect. Do not use.

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

Svc

This is deprecated and has no effect. Do not use.

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

Sys

This is deprecated and has no effect. Do not use.

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

Values

This is deprecated and has no effect. Do not use.

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX