Reference documentation and code samples for the Google Ads Data Manager V1 Client class DataTypeCount.
The count for a specific data type.
Generated from protobuf message google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount
Namespace
Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestinationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
The type of data. |
↳ count |
int|string
The count for this data type. |
getType
The type of data.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DataType. |
setType
The type of data.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DataType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCount
The count for this data type.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setCount
The count for this data type.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|