Class: Google::Apis::DisplayvideoV2::NativeContentPositionAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::NativeContentPositionAssignedTargetingOptionDetails
- 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
Details for native content position assigned targeting option. This will be
populated in the native_content_position_details field when targeting_type is
TARGETING_TYPE_NATIVE_CONTENT_POSITION. Explicitly targeting all options is
not supported. Remove all native content position targeting options to achieve
this effect.
Instance Attribute Summary collapse
-
#content_position ⇒ String
The content position.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NativeContentPositionAssignedTargetingOptionDetails
constructor
A new instance of NativeContentPositionAssignedTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NativeContentPositionAssignedTargetingOptionDetails
Returns a new instance of NativeContentPositionAssignedTargetingOptionDetails.
8939 8940 8941 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 8939 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content_position ⇒ String
The content position. Output only in v1. Required in v2.
Corresponds to the JSON property contentPosition
8937 8938 8939 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 8937 def content_position @content_position end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8944 8945 8946 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 8944 def update!(**args) @content_position = args[:content_position] if args.key?(:content_position) end |