Class: Google::Ads::AdManager::V1::GetPlacementRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Placement. Format: networks/{network_code}/placements/{placement_id}.

Returns:

  • (::String)

    Required. The resource name of the Placement. Format: networks/{network_code}/placements/{placement_id}



29
30
31
32
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 29

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