Class: Google::Ads::AdManager::V1::DeviceCategory
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DeviceCategory
- 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
-
#display_name ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns 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}
.
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 |