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.



8365
8366
8367
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8365

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)


8358
8359
8360
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8358

def kind
  @kind
end

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

Operating system version collection. Corresponds to the JSON property operatingSystemVersions



8363
8364
8365
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8363

def operating_system_versions
  @operating_system_versions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8370
8371
8372
8373
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8370

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