Class: Google::Ads::AdManager::V1::OperatingSystem

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

Overview

Represents a device's operating system.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The name of the operating system.

Returns:

  • (::String)

    Output only. The name of the operating system.



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

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

#name::String

Returns Identifier. The resource name of the OperatingSystem. Format: networks/{network_code}/operatingSystems/{operating_system_id}.

Returns:

  • (::String)

    Identifier. The resource name of the OperatingSystem. Format: networks/{network_code}/operatingSystems/{operating_system_id}



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

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