Class: Google::Ads::AdManager::V1::BatchArchiveLiveStreamsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchArchiveLiveStreamsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/live_stream_service.rb
Overview
Request object for BatchArchiveLiveStreams 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 archive.
Format: networks/{network_code}/liveStreams/{live_stream_id}.
236 237 238 239 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 236 class BatchArchiveLiveStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: networks/{network_code}.
236 237 238 239 |
# File 'proto_docs/google/ads/admanager/v1/live_stream_service.rb', line 236 class BatchArchiveLiveStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |