Class: Google::Apis::DisplayvideoV3::ThirdPartyVerifierAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ThirdPartyVerifierAssignedTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/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
-
#adloox ⇒ Google::Apis::DisplayvideoV3::Adloox
Details of Adloox settings.
-
#double_verify ⇒ Google::Apis::DisplayvideoV3::DoubleVerify
Details of DoubleVerify settings.
-
#integral_ad_science ⇒ Google::Apis::DisplayvideoV3::IntegralAdScience
Details of Integral Ad Science settings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThirdPartyVerifierAssignedTargetingOptionDetails
constructor
A new instance of ThirdPartyVerifierAssignedTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ThirdPartyVerifierAssignedTargetingOptionDetails
Returns a new instance of ThirdPartyVerifierAssignedTargetingOptionDetails.
11842 11843 11844 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11842 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adloox ⇒ Google::Apis::DisplayvideoV3::Adloox
Details of Adloox settings.
Corresponds to the JSON property adloox
11830 11831 11832 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11830 def adloox @adloox end |
#double_verify ⇒ Google::Apis::DisplayvideoV3::DoubleVerify
Details of DoubleVerify settings.
Corresponds to the JSON property doubleVerify
11835 11836 11837 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11835 def double_verify @double_verify end |
#integral_ad_science ⇒ Google::Apis::DisplayvideoV3::IntegralAdScience
Details of Integral Ad Science settings.
Corresponds to the JSON property integralAdScience
11840 11841 11842 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11840 def integral_ad_science @integral_ad_science end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11847 11848 11849 11850 11851 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11847 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 |