Class: Google::Ads::AdManager::V1::BatchUnarchiveSlatesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/slate_service.rb

Overview

Request message for BatchUnarchiveSlates method.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. The resource names of the slates to unarchive. Format: "networks/{network_code}/slates/{slate_id}".

Returns:

  • (::Array<::String>)

    Required. The resource names of the slates to unarchive. Format: "networks/{network_code}/slates/{slate_id}"



201
202
203
204
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 201

class BatchUnarchiveSlatesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource containing the slates. Format: "networks/{network_code}".

Returns:

  • (::String)

    Required. The parent resource containing the slates. Format: "networks/{network_code}"



201
202
203
204
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 201

class BatchUnarchiveSlatesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end