Class: Google::Ads::AdManager::V1::BatchCreateSlatesRequest

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 object for BatchCreateSlates method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where Slates will be created. Format: networks/{network_code} The parent field in the CreateSlateRequest must match this field.

Returns:

  • (::String)

    Required. The parent resource where Slates will be created. Format: networks/{network_code} The parent field in the CreateSlateRequest must match this field.



119
120
121
122
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 119

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

#requests::Array<::Google::Ads::AdManager::V1::CreateSlateRequest>

Returns Required. The Slate objects to create. A maximum of 100 objects can be created in a batch.

Returns:



119
120
121
122
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 119

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