Class: Google::Apis::DisplayvideoV3::AdvertiserDataAccessConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::AdvertiserDataAccessConfig
- 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
Settings that control how advertiser related data may be accessed.
Instance Attribute Summary collapse
-
#sdf_config ⇒ Google::Apis::DisplayvideoV3::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.
655 656 657 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 655 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdf_config ⇒ Google::Apis::DisplayvideoV3::AdvertiserSdfConfig
Structured Data Files (SDF) settings of an advertiser.
Corresponds to the JSON property sdfConfig
653 654 655 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 653 def sdf_config @sdf_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
660 661 662 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 660 def update!(**args) @sdf_config = args[:sdf_config] if args.key?(:sdf_config) end |