class Google::Apis::DisplayvideoV1::GoogleAudienceGroup
Details of Google
audience group. All Google
audience targeting settings are logically ‘OR’ of each other.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4875 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 4880 def update!(**args) @settings = args[:settings] if args.key?(:settings) end