Class: Google::Apis::DfareportingV2_1::ListBrowsersResponse

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

Overview

Browser List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListBrowsersResponse

Returns a new instance of ListBrowsersResponse.



1359
1360
1361
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1359

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

Instance Attribute Details

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

Browser collection. Corresponds to the JSON property browsers



1351
1352
1353
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1351

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)


1357
1358
1359
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1357

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1364
1365
1366
1367
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1364

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