class Google::Apis::DoubleclickbidmanagerV1::ReportMetadata
Report metadata.
Attributes
google_cloud_storage_path[RW]
The path to the location in Google Cloud Storage where the report is stored. Corresponds to the JSON property `googleCloudStoragePath` @return [String]
report_data_end_time_ms[RW]
The ending time for the data that is shown in the report. Corresponds to the JSON property `reportDataEndTimeMs` @return [String]
report_data_start_time_ms[RW]
The starting time for the data that is shown in the report. Corresponds to the JSON property `reportDataStartTimeMs` @return [String]
status[RW]
Report status. Corresponds to the JSON property `status` @return [Google::Apis::DoubleclickbidmanagerV1::ReportStatus]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 582 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 587 def update!(**args) @google_cloud_storage_path = args[:google_cloud_storage_path] if args.key?(:google_cloud_storage_path) @report_data_end_time_ms = args[:report_data_end_time_ms] if args.key?(:report_data_end_time_ms) @report_data_start_time_ms = args[:report_data_start_time_ms] if args.key?(:report_data_start_time_ms) @status = args[:status] if args.key?(:status) end