Class: Google::Apis::DfareportingV3_3::BrowsersListResponse

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

Overview

Browser List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BrowsersListResponse

Returns a new instance of BrowsersListResponse.



1404
1405
1406
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1404

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

Instance Attribute Details

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

Browser collection. Corresponds to the JSON property browsers



1396
1397
1398
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1396

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)


1402
1403
1404
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1402

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1409
1410
1411
1412
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1409

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