Class: Google::Apis::DfareportingV5::OperatingSystemVersionsListResponse

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

Overview

Operating System Version List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperatingSystemVersionsListResponse

Returns a new instance of OperatingSystemVersionsListResponse.



9220
9221
9222
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9220

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

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#operatingSystemVersionsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


9213
9214
9215
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9213

def kind
  @kind
end

#operating_system_versionsArray<Google::Apis::DfareportingV5::OperatingSystemVersion>

Operating system version collection. Corresponds to the JSON property operatingSystemVersions



9218
9219
9220
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9218

def operating_system_versions
  @operating_system_versions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9225
9226
9227
9228
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9225

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