Class DataSourceReference
Data source reference can be used to manage related data sources within the data source service.
Implements
Inherited Members
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 |