Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Represents an operating system version to be targeted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo

Returns a new instance of GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo.



8800
8801
8802
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8800

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#operating_system_version_constantString

The operating system version constant resource name. Corresponds to the JSON property operatingSystemVersionConstant

Returns:

  • (String)


8798
8799
8800
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8798

def operating_system_version_constant
  @operating_system_version_constant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8805
8806
8807
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8805

def update!(**args)
  @operating_system_version_constant = args[:operating_system_version_constant] if args.key?(:operating_system_version_constant)
end