Class: Google::Apis::DisplayvideoV4::SurfaceTargetingCombination

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#choicesArray<String>

Output only. The combination of surfaces. Corresponds to the JSON property choices

Returns:

  • (Array<String>)


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