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

Represents a report.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Report

Returns a new instance of Report.



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

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

Instance Attribute Details

#keyGoogle::Apis::DoubleclickbidmanagerV2::ReportKey

Key used to identify a report. Corresponds to the JSON property key



396
397
398
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 396

def key
  @key
end

#metadataGoogle::Apis::DoubleclickbidmanagerV2::ReportMetadata

Report metadata. Corresponds to the JSON property metadata



401
402
403
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 401

def 
  @metadata
end

#paramsGoogle::Apis::DoubleclickbidmanagerV2::Parameters

Parameters of a query or report. Corresponds to the JSON property params



406
407
408
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 406

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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