Class: Google::Ads::AdManager::V1::BatchPauseAdsLiveStreamsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchPauseAdsLiveStreamsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_service.rb
Overview
Request object for BatchPauseAdsLiveStreams method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The resource names of the LiveStreams to pause ads on.
Format: networks/{network_code}/liveStreams/{live_stream_id}.
255 256 257 258 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 255 class BatchPauseAdsLiveStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: networks/{network_code}.
255 256 257 258 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 255 class BatchPauseAdsLiveStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |