Class: Google::Apis::DisplayvideoV1::ThirdPartyVerifierAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/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.



9434
9435
9436
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9434

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

Instance Attribute Details

#adlooxGoogle::Apis::DisplayvideoV1::Adloox

Details of Adloox settings. Corresponds to the JSON property adloox



9422
9423
9424
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9422

def adloox
  @adloox
end

#double_verifyGoogle::Apis::DisplayvideoV1::DoubleVerify

Details of DoubleVerify settings. Corresponds to the JSON property doubleVerify



9427
9428
9429
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9427

def double_verify
  @double_verify
end

#integral_ad_scienceGoogle::Apis::DisplayvideoV1::IntegralAdScience

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



9432
9433
9434
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9432

def integral_ad_science
  @integral_ad_science
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9439
9440
9441
9442
9443
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9439

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