Class Condition
This is deprecated and has no effect. Do not use.
Implements
Inherited Members
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> |