Class: Google::Apis::DfareportingV2_3::ListBrowsersResponse

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

Overview

Browser 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) ⇒ ListBrowsersResponse

Returns a new instance of ListBrowsersResponse.



1374
1375
1376
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 1374

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#browsersArray<Google::Apis::DfareportingV2_3::Browser>

Browser collection. Corresponds to the JSON property browsers



1366
1367
1368
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 1366

def browsers
  @browsers
end

#kindString

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

Returns:

  • (String)


1372
1373
1374
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 1372

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1379
1380
1381
1382
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 1379

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