Google Ads Ad Manager V1 Client - Class IntList (0.6.2)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class IntList.

A list of integer values.

Generated from protobuf message google.ads.admanager.v1.ReportValue.IntList

Namespace

Google \ Ads \ AdManager \ V1 \ ReportValue

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values int[]|string[]

The values

getValues

The values

Returns
Type Description
Google\Protobuf\RepeatedField<int>|Google\Protobuf\RepeatedField<string>

setValues

The values

Parameter
Name Description
var int[]|string[]
Returns
Type Description
$this