class Google::Apis::DisplayvideoV1::AdvertiserDataAccessConfig

Settings that control how advertiser related data may be accessed.

Attributes

sdf_config[RW]

Structured Data Files (SDF) settings of an advertiser. Corresponds to the JSON property `sdfConfig` @return [Google::Apis::DisplayvideoV1::AdvertiserSdfConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 296
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 301
def update!(**args)
  @sdf_config = args[:sdf_config] if args.key?(:sdf_config)
end