Class: Google::Apis::DfareportingV2_6::ListBrowsersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::ListBrowsersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb
Overview
Browser List Response
Instance Attribute Summary collapse
-
#browsers ⇒ Array<Google::Apis::DfareportingV2_6::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::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListBrowsersResponse
Returns a new instance of ListBrowsersResponse.
1392 1393 1394 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 1392 def initialize(**args) update!(**args) end |
Instance Attribute Details
#browsers ⇒ Array<Google::Apis::DfareportingV2_6::Browser>
Browser collection.
Corresponds to the JSON property browsers
1384 1385 1386 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 1384 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
1390 1391 1392 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 1390 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1397 1398 1399 1400 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 1397 def update!(**args) @browsers = args[:browsers] if args.key?(:browsers) @kind = args[:kind] if args.key?(:kind) end |