Class: Google::Ads::AdManager::V1::BandwidthGroup
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BandwidthGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/bandwidth_group_messages.rb
Overview
Represents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
33 34 35 36 |
# File 'proto_docs/google/ads/admanager/v1/bandwidth_group_messages.rb', line 33 class BandwidthGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
33 34 35 36 |
# File 'proto_docs/google/ads/admanager/v1/bandwidth_group_messages.rb', line 33 class BandwidthGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |