Class: Google::Apis::DfareportingV2_1::ListOperatingSystemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListOperatingSystemsResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/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_1::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::Hashable
Constructor Details
#initialize(**args) ⇒ ListOperatingSystemsResponse
Returns a new instance of ListOperatingSystemsResponse.
6728 6729 6730 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6728 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
6721 6722 6723 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6721 def kind @kind end |
#operating_systems ⇒ Array<Google::Apis::DfareportingV2_1::OperatingSystem>
Operating system collection.
Corresponds to the JSON property operatingSystems
6726 6727 6728 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6726 def @operating_systems end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6733 6734 6735 6736 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6733 def update!(**args) @kind = args[:kind] unless args[:kind].nil? @operating_systems = args[:operating_systems] unless args[:operating_systems].nil? end |