Show / Hide Table of Contents

Class DataSourceReference

Data source reference can be used to manage related data sources within the data source service.

Inheritance
object
DataSourceReference
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.Merchant.datasources_v1beta.Data
Assembly: Google.Apis.Merchant.datasources_v1beta.dll
Syntax
public class DataSourceReference : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PrimaryDataSourceName

Optional. The name of the primary data source. Format: accounts/{account}/dataSources/{datasource}

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

Self

Self should be used to reference the primary data source itself.

Declaration
[JsonProperty("self")]
public virtual bool? Self { get; set; }
Property Value
Type Description
bool?

SupplementalDataSourceName

Optional. The name of the supplemental data source. Format: accounts/{account}/dataSources/{datasource}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX