Class: Google::Apis::DfareportingV4::OperatingSystemVersionsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/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.



8300
8301
8302
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8300

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)


8293
8294
8295
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8293

def kind
  @kind
end

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

Operating system version collection. Corresponds to the JSON property operatingSystemVersions



8298
8299
8300
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8298

def operating_system_versions
  @operating_system_versions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8305
8306
8307
8308
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8305

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