class Google::Apis::DoubleclickbidmanagerV1::Report

Represents a report.

Attributes

key[RW]

Key used to identify a report. Corresponds to the JSON property `key` @return [Google::Apis::DoubleclickbidmanagerV1::ReportKey]

metadata[RW]

Report metadata. Corresponds to the JSON property `metadata` @return [Google::Apis::DoubleclickbidmanagerV1::ReportMetadata]

params[RW]

Parameters of a query or report. Corresponds to the JSON property `params` @return [Google::Apis::DoubleclickbidmanagerV1::Parameters]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 502
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 507
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