Class: Google::Apis::DoubleclickbidmanagerV2::Report

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/doubleclickbidmanager_v2/classes.rb,
lib/google/apis/doubleclickbidmanager_v2/representations.rb,
lib/google/apis/doubleclickbidmanager_v2/representations.rb

Overview

A single report generated by its parent report.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Report

Returns a new instance of Report.



421
422
423
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 421

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

Instance Attribute Details

#keyGoogle::Apis::DoubleclickbidmanagerV2::ReportKey

Identifying information of a report. Corresponds to the JSON property key



409
410
411
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 409

def key
  @key
end

#metadataGoogle::Apis::DoubleclickbidmanagerV2::ReportMetadata

The metadata of a report. Corresponds to the JSON property metadata



414
415
416
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 414

def 
  @metadata
end

#paramsGoogle::Apis::DoubleclickbidmanagerV2::Parameters

Parameters of a generated report. Corresponds to the JSON property params



419
420
421
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 419

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



426
427
428
429
430
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 426

def update!(**args)
  @key = args[:key] if args.key?(:key)
  @metadata = args[:metadata] if args.key?(:metadata)
  @params = args[:params] if args.key?(:params)
end