Class: Google::Apis::DfareportingV5::BrowsersListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::BrowsersListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb
Overview
Browser List Response
Instance Attribute Summary collapse
-
#browsers ⇒ Array<Google::Apis::DfareportingV5::Browser>
Browser collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BrowsersListResponse
constructor
A new instance of BrowsersListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BrowsersListResponse
Returns a new instance of BrowsersListResponse.
1706 1707 1708 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1706 def initialize(**args) update!(**args) end |
Instance Attribute Details
#browsers ⇒ Array<Google::Apis::DfareportingV5::Browser>
Browser collection.
Corresponds to the JSON property browsers
1698 1699 1700 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1698 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
1704 1705 1706 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1704 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1711 1712 1713 1714 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1711 def update!(**args) @browsers = args[:browsers] if args.key?(:browsers) @kind = args[:kind] if args.key?(:kind) end |