Class: Google::Apis::DisplayvideoV2::ThirdPartyVerifierAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyVerifierAssignedTargetingOptionDetails

Returns a new instance of ThirdPartyVerifierAssignedTargetingOptionDetails.



11374
11375
11376
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11374

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#adlooxGoogle::Apis::DisplayvideoV2::Adloox

Details of Adloox settings. Corresponds to the JSON property adloox



11362
11363
11364
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11362

def adloox
  @adloox
end

#double_verifyGoogle::Apis::DisplayvideoV2::DoubleVerify

Details of DoubleVerify settings. Corresponds to the JSON property doubleVerify



11367
11368
11369
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11367

def double_verify
  @double_verify
end

#integral_ad_scienceGoogle::Apis::DisplayvideoV2::IntegralAdScience

Details of Integral Ad Science settings. Corresponds to the JSON property integralAdScience



11372
11373
11374
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11372

def integral_ad_science
  @integral_ad_science
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11379
11380
11381
11382
11383
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11379

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