Class: Google::Ads::AdManager::V1::AdUnitParent
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::AdUnitParent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/ad_unit_messages.rb
Overview
The summary of a parent AdUnit.
Instance Attribute Summary collapse
-
#ad_unit_code ⇒ ::String
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#parent_ad_unit ⇒ ::String
readonly
Output only.
Instance Attribute Details
#ad_unit_code ⇒ ::String (readonly)
Returns Output only. A string used to uniquely identify the ad unit for the purposes of serving the ad.
168 169 170 171 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_messages.rb', line 168 class AdUnitParent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the parent AdUnit.
168 169 170 171 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_messages.rb', line 168 class AdUnitParent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_ad_unit ⇒ ::String (readonly)
Returns Output only. The parent of the current AdUnit
Format: networks/{network_code}/adUnits/{ad_unit_id}
.
168 169 170 171 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_messages.rb', line 168 class AdUnitParent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |