Class ListAccountLabelsRequest
Request message for the ListAccountLabels method.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class ListAccountLabelsRequest : IPageRequest, IMessage<ListAccountLabelsRequest>, IEquatable<ListAccountLabelsRequest>, IDeepCloneable<ListAccountLabelsRequest>, IBufferMessage, IMessage
Constructors
ListAccountLabelsRequest()
Declaration
public ListAccountLabelsRequest()
ListAccountLabelsRequest(ListAccountLabelsRequest)
Declaration
public ListAccountLabelsRequest(ListAccountLabelsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccountLabelsRequest | other |
Properties
PageSize
The maximum number of labels to return. The service may return fewer than this value. If unspecified, at most 50 labels will be returned. 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
A page token, received from a previous ListAccountLabels call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountLabels must
match the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. The parent account. 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 |