Class: Google::Ads::AdManager::V1::CreatePlacementRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreatePlacementRequest
- 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
-
#parent ⇒ ::String
Required.
-
#placement ⇒ ::Google::Ads::AdManager::V1::Placement
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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 |