Class: Google::Ads::AdManager::V1::DeviceCategory

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/device_category_messages.rb

Overview

Represents the category of a device. For example, "smartphone" or "desktop".

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the device category.

Returns:

  • (::String)

    Output only. The display name of the device category.



32
33
34
35
# File 'proto_docs/google/ads/admanager/v1/device_category_messages.rb', line 32

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

#name::String

Returns Identifier. The resource name of the DeviceCategory. Format: networks/{network_code}/deviceCategories/{device_category}.

Returns:

  • (::String)

    Identifier. The resource name of the DeviceCategory. Format: networks/{network_code}/deviceCategories/{device_category}



32
33
34
35
# File 'proto_docs/google/ads/admanager/v1/device_category_messages.rb', line 32

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