Class: Google::Ads::AdManager::V1::MobileDeviceSubmodel
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::MobileDeviceSubmodel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/mobile_device_submodel_messages.rb
Overview
Represents a mobile device submodel.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#mobile_device ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the mobile device submodel.
37 38 39 40 |
# File 'proto_docs/google/ads/admanager/v1/mobile_device_submodel_messages.rb', line 37 class MobileDeviceSubmodel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mobile_device ⇒ ::String (readonly)
Returns Output only. The mobile device associated with the submodel.
Format: networks/{network_code}/mobileDevices/{mobile_device}.
37 38 39 40 |
# File 'proto_docs/google/ads/admanager/v1/mobile_device_submodel_messages.rb', line 37 class MobileDeviceSubmodel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the MobileDeviceSubmodel.
Format:
networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}.
37 38 39 40 |
# File 'proto_docs/google/ads/admanager/v1/mobile_device_submodel_messages.rb', line 37 class MobileDeviceSubmodel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |