Class ListProgramsRequest
Request message for the ListPrograms method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListProgramsRequest : IMessage<ListProgramsRequest>, IEquatable<ListProgramsRequest>, IDeepCloneable<ListProgramsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListProgramsRequest()
Declaration
public ListProgramsRequest()
ListProgramsRequest(ListProgramsRequest)
Declaration
public ListProgramsRequest(ListProgramsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListProgramsRequest | other |
Properties
PageSize
Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |