Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchCreateLiveStreamsResponse.
Response object for BatchCreateLiveStreams method.
Generated from protobuf message google.ads.admanager.v1.BatchCreateLiveStreamsResponse
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ live_streams |
array<LiveStream>
The |
getLiveStreams
The LiveStream objects created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<LiveStream> |
|
setLiveStreams
The LiveStream objects created.
| Parameter | |
|---|---|
| Name | Description |
var |
array<LiveStream>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|