Class Baseline
Baseline criteria against which insights are compared.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class Baseline : IDirectResponseSchema
Properties
BaselineLocation
The baseline location of the request. Baseline location is an OR-list of the requested regions.
Declaration
[JsonProperty("baselineLocation")]
public virtual Location BaselineLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationAutoDetectionEnabled
If set to true, the service will try to automatically detect the baseline location for insights.
Declaration
[JsonProperty("locationAutoDetectionEnabled")]
public virtual bool? LocationAutoDetectionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |