Class: Google::Apis::DisplayvideoV3::GoogleAudienceTargetingSetting

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

Details of Google audience targeting setting.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAudienceTargetingSetting

Returns a new instance of GoogleAudienceTargetingSetting.



6689
6690
6691
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6689

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#google_audience_idFixnum

Required. Google audience id of the Google audience targeting setting. This id is google_audience_id. Corresponds to the JSON property googleAudienceId

Returns:

  • (Fixnum)


6687
6688
6689
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6687

def google_audience_id
  @google_audience_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6694
6695
6696
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6694

def update!(**args)
  @google_audience_id = args[:google_audience_id] if args.key?(:google_audience_id)
end