Class: Google::Apis::DfareportingV2_6::ListOperatingSystemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::ListOperatingSystemsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb
Overview
Operating System List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#operating_systems ⇒ Array<Google::Apis::DfareportingV2_6::OperatingSystem>
Operating system collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListOperatingSystemsResponse
constructor
A new instance of ListOperatingSystemsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListOperatingSystemsResponse
Returns a new instance of ListOperatingSystemsResponse.
7378 7379 7380 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7378 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#operatingSystemsListResponse".
Corresponds to the JSON property kind
7371 7372 7373 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7371 def kind @kind end |
#operating_systems ⇒ Array<Google::Apis::DfareportingV2_6::OperatingSystem>
Operating system collection.
Corresponds to the JSON property operatingSystems
7376 7377 7378 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7376 def @operating_systems end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7383 7384 7385 7386 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7383 def update!(**args) @kind = args[:kind] if args.key?(:kind) @operating_systems = args[:operating_systems] if args.key?(:operating_systems) end |