Class ListProgramsResponse
Response message for the ListPrograms method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListProgramsResponse : IMessage<ListProgramsResponse>, IEquatable<ListProgramsResponse>, IDeepCloneable<ListProgramsResponse>, IBufferMessage, IMessage, IPageResponse<Program>, IEnumerable<Program>, IEnumerable
Constructors
ListProgramsResponse()
Declaration
public ListProgramsResponse()
ListProgramsResponse(ListProgramsResponse)
Declaration
public ListProgramsResponse(ListProgramsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListProgramsResponse | other |
Properties
NextPageToken
A token that 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
Programs
The programs for the given account.
Declaration
public RepeatedField<Program> Programs { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Program> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Program> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Program> |