Class: Google::Apis::DfareportingV2_7::OperatingSystemsListResponse

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

Overview

Operating System List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OperatingSystemsListResponse

Returns a new instance of OperatingSystemsListResponse



7439
7440
7441
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 7439

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)


7432
7433
7434
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 7432

def kind
  @kind
end

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

Operating system collection. Corresponds to the JSON property operatingSystems



7437
7438
7439
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 7437

def operating_systems
  @operating_systems
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7444
7445
7446
7447
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 7444

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