Show / Hide Table of Contents

Class Baseline

Baseline criteria against which insights are compared.

Inheritance
object
Baseline
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX