Show / Hide Table of Contents

Class ListChildAccountsRequest

The request message for the ListChildAccounts method.

Inheritance
object
ListChildAccountsRequest
Implements
IMessage<ListChildAccountsRequest>
IEquatable<ListChildAccountsRequest>
IDeepCloneable<ListChildAccountsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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 100; values above 100 will be coerced to 100.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

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

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