Class: Google::Apis::DisplayvideoV4::SurfaceTargetingCombination
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::SurfaceTargetingCombination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
A valid combination of surfaces.
Instance Attribute Summary collapse
-
#choices ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SurfaceTargetingCombination
constructor
A new instance of SurfaceTargetingCombination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SurfaceTargetingCombination
Returns a new instance of SurfaceTargetingCombination.
14039 14040 14041 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14039 def initialize(**args) update!(**args) end |
Instance Attribute Details
#choices ⇒ Array<String>
Output only. The combination of surfaces.
Corresponds to the JSON property choices
14037 14038 14039 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14037 def choices @choices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14044 14045 14046 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14044 def update!(**args) @choices = args[:choices] if args.key?(:choices) end |