class Google::Apis::DoubleclickbidmanagerV1::ReportKey
Key used to identify a report.
Attributes
query_id[RW]
Query ID. Corresponds to the JSON property `queryId` @return [String]
report_id[RW]
Report ID. Corresponds to the JSON property `reportId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 547 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 552 def update!(**args) @query_id = args[:query_id] if args.key?(:query_id) @report_id = args[:report_id] if args.key?(:report_id) end