Class: Google::Apis::DfareportingV2_1::ListOperatingSystemsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

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

#kindString

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

Returns:

  • (String)


6721
6722
6723
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6721

def kind
  @kind
end

#operating_systemsArray<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
  @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