Class: Google::Apis::DfareportingV5::OperatingSystemsListResponse

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 List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperatingSystemsListResponse

Returns a new instance of OperatingSystemsListResponse.



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

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


9205
9206
9207
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9205

def kind
  @kind
end

#operating_systemsArray<Google::Apis::DfareportingV5::OperatingSystem>

Operating system collection. Corresponds to the JSON property operatingSystems



9210
9211
9212
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9210

def operating_systems
  @operating_systems
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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