Class: Google::Ads::AdManager::V1::BatchCreatePlacementsRequest

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

Overview

Request object for BatchCreatePlacements method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where the Placements will be created. Format: networks/{network_code} The parent field in the CreatePlacementRequest messages match this field.

Returns:

  • (::String)

    Required. The parent resource where the Placements will be created. Format: networks/{network_code} The parent field in the CreatePlacementRequest messages match this field.



121
122
123
124
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 121

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

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

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

Returns:



121
122
123
124
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 121

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