Class: Google::Ads::AdManager::V1::BandwidthGroup

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The localized name of the bandwidth group.

Returns:

  • (::String)

    Output only. The localized name of the bandwidth group.



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

Returns Identifier. The resource name of the BandwidthGroup. Format: networks/{network_code}/bandwidthGroups/{bandwidth_group_id}.

Returns:

  • (::String)

    Identifier. The resource name of the BandwidthGroup. Format: networks/{network_code}/bandwidthGroups/{bandwidth_group_id}



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