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.



9186
9187
9188
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9186

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)


9179
9180
9181
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9179

def kind
  @kind
end

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

Operating system version collection. Corresponds to the JSON property operatingSystemVersions



9184
9185
9186
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9184

def operating_system_versions
  @operating_system_versions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9191
9192
9193
9194
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9191

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