Class: Google::Apis::DisplayvideoV3::VideoPlayerSizeTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::VideoPlayerSizeTargetingOptionDetails
- 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
Represents a targetable video player size. This will be populated in the
video_player_size_details field when targeting_type is
TARGETING_TYPE_VIDEO_PLAYER_SIZE
.
Instance Attribute Summary collapse
-
#video_player_size ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VideoPlayerSizeTargetingOptionDetails
constructor
A new instance of VideoPlayerSizeTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VideoPlayerSizeTargetingOptionDetails
Returns a new instance of VideoPlayerSizeTargetingOptionDetails.
12693 12694 12695 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#video_player_size ⇒ String
Output only. The video player size.
Corresponds to the JSON property videoPlayerSize
12691 12692 12693 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12691 def video_player_size @video_player_size end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12698 12699 12700 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12698 def update!(**args) @video_player_size = args[:video_player_size] if args.key?(:video_player_size) end |