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.



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

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)


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

def kind
  @kind
end

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

Operating system version collection. Corresponds to the JSON property operatingSystemVersions



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

def operating_system_versions
  @operating_system_versions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8376
8377
8378
8379
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8376

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