class Google::Apis::DisplayvideoV1::MeasurementConfig

Measurement settings of a partner.

Attributes

dv360_to_cm_cost_reporting_enabled[RW]

Whether or not to report DV360 cost to CM360. Corresponds to the JSON property `dv360ToCmCostReportingEnabled` @return [Boolean]

dv360_to_cm_cost_reporting_enabled?[RW]

Whether or not to report DV360 cost to CM360. Corresponds to the JSON property `dv360ToCmCostReportingEnabled` @return [Boolean]

dv360_to_cm_data_sharing_enabled[RW]

Whether or not to include DV360 data in CM360 data transfer reports. Corresponds to the JSON property `dv360ToCmDataSharingEnabled` @return [Boolean]

dv360_to_cm_data_sharing_enabled?[RW]

Whether or not to include DV360 data in CM360 data transfer reports. Corresponds to the JSON property `dv360ToCmDataSharingEnabled` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 7158
def update!(**args)
  @dv360_to_cm_cost_reporting_enabled = args[:dv360_to_cm_cost_reporting_enabled] if args.key?(:dv360_to_cm_cost_reporting_enabled)
  @dv360_to_cm_data_sharing_enabled = args[:dv360_to_cm_data_sharing_enabled] if args.key?(:dv360_to_cm_data_sharing_enabled)
end