Class: Google::Apis::DfareportingV3_4::OperatingSystemsListResponse

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

Overview

Operating System List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperatingSystemsListResponse

Returns a new instance of OperatingSystemsListResponse.



8197
8198
8199
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8197

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)


8190
8191
8192
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8190

def kind
  @kind
end

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

Operating system collection. Corresponds to the JSON property operatingSystems



8195
8196
8197
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8195

def operating_systems
  @operating_systems
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8202
8203
8204
8205
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8202

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