Class: Google::Ads::AdManager::V1::CreatePlacementRequest

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 CreatePlacement method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where this Placement will be created. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent resource where this Placement will be created. Format: networks/{network_code}



105
106
107
108
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 105

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

#placement::Google::Ads::AdManager::V1::Placement

Returns Required. The Placement to create.

Returns:



105
106
107
108
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 105

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