Show / Hide Table of Contents

Class GetDataSourceRequest

Request message for the GetDataSource method.

Inheritance
object
GetDataSourceRequest
Implements
IMessage<GetDataSourceRequest>
IEquatable<GetDataSourceRequest>
IDeepCloneable<GetDataSourceRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class GetDataSourceRequest : IMessage<GetDataSourceRequest>, IEquatable<GetDataSourceRequest>, IDeepCloneable<GetDataSourceRequest>, IBufferMessage, IMessage

Constructors

GetDataSourceRequest()

Declaration
public GetDataSourceRequest()

GetDataSourceRequest(GetDataSourceRequest)

Declaration
public GetDataSourceRequest(GetDataSourceRequest other)
Parameters
Type Name Description
GetDataSourceRequest 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 to retrieve. Format: accounts/{account}/dataSources/{datasource}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX