Class: Google::Apis::DfareportingV2_5::ListOperatingSystemsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_5/classes.rb,
generated/google/apis/dfareporting_v2_5/representations.rb,
generated/google/apis/dfareporting_v2_5/representations.rb

Overview

Operating System List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListOperatingSystemsResponse

Returns a new instance of ListOperatingSystemsResponse.



7188
7189
7190
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7188

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)


7181
7182
7183
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7181

def kind
  @kind
end

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

Operating system collection. Corresponds to the JSON property operatingSystems



7186
7187
7188
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7186

def operating_systems
  @operating_systems
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7193
7194
7195
7196
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7193

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