Class: Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Settings that control how advertiser related data may be accessed.
Instance Attribute Summary collapse
-
#sdf_config ⇒ Google::Apis::DisplayvideoV2::AdvertiserSdfConfig
Structured Data Files (SDF) settings of an advertiser.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdvertiserDataAccessConfig
constructor
A new instance of AdvertiserDataAccessConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AdvertiserDataAccessConfig
Returns a new instance of AdvertiserDataAccessConfig.
358 359 360 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 358 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdf_config ⇒ Google::Apis::DisplayvideoV2::AdvertiserSdfConfig
Structured Data Files (SDF) settings of an advertiser.
Corresponds to the JSON property sdfConfig
356 357 358 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 356 def sdf_config @sdf_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
363 364 365 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 363 def update!(**args) @sdf_config = args[:sdf_config] if args.key?(:sdf_config) end |