Class FetchDataSourceRequest
Request message for the FetchDataSource method.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class FetchDataSourceRequest : IMessage<FetchDataSourceRequest>, IEquatable<FetchDataSourceRequest>, IDeepCloneable<FetchDataSourceRequest>, IBufferMessage, IMessage
Constructors
FetchDataSourceRequest()
Declaration
public FetchDataSourceRequest()
FetchDataSourceRequest(FetchDataSourceRequest)
Declaration
public FetchDataSourceRequest(FetchDataSourceRequest other)
Parameters
Type | Name | Description |
---|---|---|
FetchDataSourceRequest | other |
Properties
DataSourceName
DataSourceName-typed view over the Name resource name property.
Declaration
public DataSourceName DataSourceName { get; set; }
Property Value
Type | Description |
---|---|
DataSourceName |
Name
Required. The name of the data source resource to fetch.
Format: accounts/{account}/dataSources/{datasource}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |