Class ListDataSourcesResponse
Response message for the ListDataSources method.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class ListDataSourcesResponse : IMessage<ListDataSourcesResponse>, IEquatable<ListDataSourcesResponse>, IDeepCloneable<ListDataSourcesResponse>, IBufferMessage, IMessage, IPageResponse<DataSource>, IEnumerable<DataSource>, IEnumerable
Constructors
ListDataSourcesResponse()
Declaration
public ListDataSourcesResponse()
ListDataSourcesResponse(ListDataSourcesResponse)
Declaration
public ListDataSourcesResponse(ListDataSourcesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListDataSourcesResponse | other |
Properties
DataSources
The data sources from the specified account.
Declaration
public RepeatedField<DataSource> DataSources { get; }
Property Value
Type | Description |
---|---|
RepeatedField<DataSource> |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<DataSource> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<DataSource> |