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.



574
575
576
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 574

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



562
563
564
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 562

def key
  @key
end

#metadataGoogle::Apis::DoubleclickbidmanagerV2::ReportMetadata

Report metadata. Corresponds to the JSON property metadata



567
568
569
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 567

def 
  @metadata
end

#paramsGoogle::Apis::DoubleclickbidmanagerV2::Parameters

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



572
573
574
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 572

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



579
580
581
582
583
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 579

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