Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo
- 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
-
#operating_system_version_constant ⇒ String
The operating system version constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonOperatingSystemVersionInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_constant ⇒ String
The operating system version constant resource name.
Corresponds to the JSON property operatingSystemVersionConstant
8798 8799 8800 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8798 def @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 |