class Google::Apis::DisplayvideoV1::ThirdPartyVerifierAssignedTargetingOptionDetails

Assigned third party verifier targeting option details. This will be populated in the details field of an AssignedTargetingOption when targeting_type is ` TARGETING_TYPE_THIRD_PARTY_VERIFIER`.

Attributes

adloox[RW]

Details of Adloox settings. Corresponds to the JSON property `adloox` @return [Google::Apis::DisplayvideoV1::Adloox]

double_verify[RW]

Details of DoubleVerify settings. Corresponds to the JSON property `doubleVerify` @return [Google::Apis::DisplayvideoV1::DoubleVerify]

integral_ad_science[RW]

Details of Integral Ad Science settings. Corresponds to the JSON property `integralAdScience` @return [Google::Apis::DisplayvideoV1::IntegralAdScience]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 9272
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 9277
def update!(**args)
  @adloox = args[:adloox] if args.key?(:adloox)
  @double_verify = args[:double_verify] if args.key?(:double_verify)
  @integral_ad_science = args[:integral_ad_science] if args.key?(:integral_ad_science)
end