Google Shopping Merchant Accounts V1beta Client - Class ListUsersResponse (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ListUsersResponse.

Response message for the ListUsers method.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.ListUsersResponse

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ users array<Google\Shopping\Merchant\Accounts\V1beta\User>

The users from the specified 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.

getUsers

The users from the specified account.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUsers

The users from the specified account.

Parameter
Name Description
var array<Google\Shopping\Merchant\Accounts\V1beta\User>
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