Class: Google::Apis::DoubleclickbidmanagerV1::ListReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1::ListReportsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/doubleclickbidmanager_v1/classes.rb,
generated/google/apis/doubleclickbidmanager_v1/representations.rb,
generated/google/apis/doubleclickbidmanager_v1/representations.rb
Overview
List reports response.
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#reports ⇒ Array<Google::Apis::DoubleclickbidmanagerV1::Report>
Retrieved reports.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListReportsResponse
constructor
A new instance of ListReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListReportsResponse
Returns a new instance of ListReportsResponse.
242 243 244 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 242 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
doubleclickbidmanager#listReportsResponse".
Corresponds to the JSON property kind
235 236 237 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 235 def kind @kind end |
#reports ⇒ Array<Google::Apis::DoubleclickbidmanagerV1::Report>
Retrieved reports.
Corresponds to the JSON property reports
240 241 242 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 240 def reports @reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
247 248 249 250 |
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 247 def update!(**args) @kind = args[:kind] if args.key?(:kind) @reports = args[:reports] if args.key?(:reports) end |