Class Linear
Inheritance
System.Object
Linear
Implements
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.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class Linear : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NumFiniteBuckets
Must be greater than 0.
Declaration
[JsonProperty("numFiniteBuckets")]
public virtual int? NumFiniteBuckets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Offset
Lower bound of the first bucket.
Declaration
[JsonProperty("offset")]
public virtual double? Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Width
Must be greater than 0.
Declaration
[JsonProperty("width")]
public virtual double? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |