class Google::Apis::DisplayvideoV1::PartnerDataAccessConfig
Settings that control how partner related data may be accessed.
Attributes
sdf_config[RW]
Structured Data File (SDF) related settings. Corresponds to the JSON property `sdfConfig` @return [Google::Apis::DisplayvideoV1::SdfConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 7966 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 7971 def update!(**args) @sdf_config = args[:sdf_config] if args.key?(:sdf_config) end