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.



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_constantString

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

Returns:

  • (String)


8790
8791
8792
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8790

def operating_system_version_constant
  @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