Google Shopping Merchant Accounts V1 Client - Class ListAccountRelationshipsResponse (1.4.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListAccountRelationshipsResponse.

Response after trying to list account relationships.

Generated from protobuf message google.shopping.merchant.accounts.v1.ListAccountRelationshipsResponse

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ account_relationships array<AccountRelationship>

The account relationships that match your filter.

↳ next_page_token string

A page token. You can send the page_token to get the next page. Only included in the list response if there are more pages.

getAccountRelationships

The account relationships that match your filter.

Returns
Type Description
Google\Protobuf\RepeatedField<AccountRelationship>

setAccountRelationships

The account relationships that match your filter.

Parameter
Name Description
var array<AccountRelationship>
Returns
Type Description
$this

getNextPageToken

A page token. You can send the page_token to get the next page.

Only included in the list response if there are more pages.

Returns
Type Description
string

setNextPageToken

A page token. You can send the page_token to get the next page.

Only included in the list response if there are more pages.

Parameter
Name Description
var string
Returns
Type Description
$this