Class: Google::Apis::DoubleclickbidmanagerV1_1::Report

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/doubleclickbidmanager_v1_1/classes.rb,
lib/google/apis/doubleclickbidmanager_v1_1/representations.rb,
lib/google/apis/doubleclickbidmanager_v1_1/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.



570
571
572
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 570

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

Instance Attribute Details

#keyGoogle::Apis::DoubleclickbidmanagerV1_1::ReportKey

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



558
559
560
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 558

def key
  @key
end

#metadataGoogle::Apis::DoubleclickbidmanagerV1_1::ReportMetadata

Report metadata. Corresponds to the JSON property metadata



563
564
565
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 563

def 
  @metadata
end

#paramsGoogle::Apis::DoubleclickbidmanagerV1_1::Parameters

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



568
569
570
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 568

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



575
576
577
578
579
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 575

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