Show / Hide Table of Contents

Class LogConfigCounterOptions

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

Inheritance
object
LogConfigCounterOptions
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 LogConfigCounterOptions : IDirectResponseSchema

Properties

CustomFields

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

Declaration
[JsonProperty("customFields")]
public virtual IList<LogConfigCounterOptionsCustomField> CustomFields { get; set; }
Property Value
Type Description
IList<LogConfigCounterOptionsCustomField>

ETag

The ETag of the item.

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

Field

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

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

Metric

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

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX