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.
8792 8793 8794 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8792 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
8790 8791 8792 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8790 def @operating_system_version_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8797 8798 8799 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8797 def update!(**args) @operating_system_version_constant = args[:operating_system_version_constant] if args.key?(:operating_system_version_constant) end |