Show / Hide Table of Contents

Class ListProgramsRequest

Request message for the ListPrograms method.

Inheritance
object
ListProgramsRequest
Implements
IMessage<ListProgramsRequest>
IEquatable<ListProgramsRequest>
IDeepCloneable<ListProgramsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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
IPageRequest.PageSize

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
IPageRequest.PageToken

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
In this article
Back to top Generated by DocFX