Class: Google::Ads::AdManager::V1::MobileDevice

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

Overview

Represents a mobile device.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The localized name of the mobile device.

Returns:

  • (::String)

    Output only. The localized name of the mobile device.



36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/mobile_device_messages.rb', line 36

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

#manufacturer::String (readonly)

Returns Output only. The manufacturer associated with the mobile device. Format: networks/{network_code}/deviceManufacturers/{device_manufacturer}.

Returns:

  • (::String)

    Output only. The manufacturer associated with the mobile device. Format: networks/{network_code}/deviceManufacturers/{device_manufacturer}



36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/mobile_device_messages.rb', line 36

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

#name::String

Returns Identifier. The resource name of the MobileDevice. Format: networks/{network_code}/mobileDevices/{mobile_device}.

Returns:

  • (::String)

    Identifier. The resource name of the MobileDevice. Format: networks/{network_code}/mobileDevices/{mobile_device}



36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/mobile_device_messages.rb', line 36

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