Google Shopping Css V1 Client - Class ListChildAccountsResponse (0.2.8)

Reference documentation and code samples for the Google Shopping Css V1 Client class ListChildAccountsResponse.

Response message for the ListChildAccounts method.

Generated from protobuf message google.shopping.css.v1.ListChildAccountsResponse

Namespace

Google \ Shopping \ Css \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ accounts array<Google\Shopping\Css\V1\Account>

The CSS/MC accounts returned for the specified CSS parent account.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getAccounts

The CSS/MC accounts returned for the specified CSS parent account.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAccounts

The CSS/MC accounts returned for the specified CSS parent account.

Parameter
Name Description
var array<Google\Shopping\Css\V1\Account>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this