class Google::Apis::DisplayvideoV1::PartnerAdServerConfig
Ad server related settings of a partner.
Attributes
measurement_config[RW]
Measurement settings of a partner. Corresponds to the JSON property `measurementConfig` @return [Google::Apis::DisplayvideoV1::MeasurementConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 7893 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 7898 def update!(**args) @measurement_config = args[:measurement_config] if args.key?(:measurement_config) end