Class: Google::Apis::DfareportingV3_0::OperatingSystemsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_0/classes.rb,
generated/google/apis/dfareporting_v3_0/representations.rb,
generated/google/apis/dfareporting_v3_0/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



7619
7620
7621
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7619

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)


7612
7613
7614
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7612

def kind
  @kind
end

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

Operating system collection. Corresponds to the JSON property operatingSystems



7617
7618
7619
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7617

def operating_systems
  @operating_systems
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7624
7625
7626
7627
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7624

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