Class: Google::Ads::AdManager::V1::BatchCreateLiveStreamsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateLiveStreamsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_service.rb
Overview
Response object for BatchCreateLiveStreams method.
Instance Attribute Summary collapse
-
#live_streams ⇒ ::Array<::Google::Ads::AdManager::V1::LiveStream>
The
LiveStreamobjects created.
Instance Attribute Details
#live_streams ⇒ ::Array<::Google::Ads::AdManager::V1::LiveStream>
Returns The LiveStream objects created.
146 147 148 149 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 146 class BatchCreateLiveStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |