Class: Google::Ads::AdManager::V1::BatchUpdateLiveStreamsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#live_streams::Array<::Google::Ads::AdManager::V1::LiveStream>

Returns The LiveStream objects updated.

Returns:



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