class Google::Apis::DisplayvideoV1::SdfConfig

Structured Data File (SDF) related settings.

Attributes

admin_email[RW]

An administrator email address to which the SDF processing status reports will be sent. Corresponds to the JSON property `adminEmail` @return [String]

version[RW]

Required. The version of SDF being used. Corresponds to the JSON property `version` @return [String]

Public Class Methods

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