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