Class ListChildAccountsRequest
The request message for the ListChildAccounts
method.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class ListChildAccountsRequest : IMessage<ListChildAccountsRequest>, IEquatable<ListChildAccountsRequest>, IDeepCloneable<ListChildAccountsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListChildAccountsRequest()
Declaration
public ListChildAccountsRequest()
ListChildAccountsRequest(ListChildAccountsRequest)
Declaration
public ListChildAccountsRequest(ListChildAccountsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListChildAccountsRequest | other |
Properties
FullName
If set, only the MC accounts with the given name (case sensitive) will be returned.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
HasFullName
Gets whether the "full_name" field is set
Declaration
public bool HasFullName { get; }
Property Value
Type | Description |
---|---|
bool |
HasLabelId
Gets whether the "label_id" field is set
Declaration
public bool HasLabelId { get; }
Property Value
Type | Description |
---|---|
bool |
LabelId
If set, only the MC accounts with the given label ID will be returned.
Declaration
public long LabelId { get; set; }
Property Value
Type | Description |
---|---|
long |
PageSize
Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts 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
Optional. A page token, received from a previous ListChildAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListChildAccounts
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. Must be a CSS group or domain. 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 |