Class: Google::Apis::DfareportingV3_5::OperatingSystemVersionsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_5::OperatingSystemVersionsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb
Overview
Operating System Version List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#operating_system_versions ⇒ Array<Google::Apis::DfareportingV3_5::OperatingSystemVersion>
Operating system version collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperatingSystemVersionsListResponse
constructor
A new instance of OperatingSystemVersionsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OperatingSystemVersionsListResponse
Returns a new instance of OperatingSystemVersionsListResponse.
7819 7820 7821 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7819 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#operatingSystemVersionsListResponse".
Corresponds to the JSON property kind
7812 7813 7814 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7812 def kind @kind end |
#operating_system_versions ⇒ Array<Google::Apis::DfareportingV3_5::OperatingSystemVersion>
Operating system version collection.
Corresponds to the JSON property operatingSystemVersions
7817 7818 7819 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7817 def @operating_system_versions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7824 7825 7826 7827 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7824 def update!(**args) @kind = args[:kind] if args.key?(:kind) @operating_system_versions = args[:operating_system_versions] if args.key?(:operating_system_versions) end |