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.
14022 14023 14024 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14022 def initialize(**args) update!(**args) end |
Instance Attribute Details
#choices ⇒ Array<String>
Output only. The combination of surfaces.
Corresponds to the JSON property choices
14020 14021 14022 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14020 def choices @choices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14027 14028 14029 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14027 def update!(**args) @choices = args[:choices] if args.key?(:choices) end |