Class: Google::Apis::DisplayvideoV4::GoogleAudienceTargetingSetting
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::GoogleAudienceTargetingSetting
- 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
Details of Google audience targeting setting.
Instance Attribute Summary collapse
-
#google_audience_id ⇒ Fixnum
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAudienceTargetingSetting
constructor
A new instance of GoogleAudienceTargetingSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAudienceTargetingSetting
Returns a new instance of GoogleAudienceTargetingSetting.
8369 8370 8371 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#google_audience_id ⇒ Fixnum
Required. Google audience id of the Google audience targeting setting. This id
is google_audience_id.
Corresponds to the JSON property googleAudienceId
8367 8368 8369 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8367 def google_audience_id @google_audience_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8374 8375 8376 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8374 def update!(**args) @google_audience_id = args[:google_audience_id] if args.key?(:google_audience_id) end |