Class: Google::Apis::DfareportingV2_1::ListBrowsersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListBrowsersResponse
- 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
-
#browsers ⇒ Array<Google::Apis::DfareportingV2_1::Browser>
Browser collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListBrowsersResponse
constructor
A new instance of ListBrowsersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
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
#browsers ⇒ Array<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 |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#browsersListResponse".
Corresponds to the JSON property kind
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 |