Class: Google::Apis::DisplayvideoV3::SdfConfig

Inherits:
Object
  • Object
show all
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

Structured Data File (SDF) related settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SdfConfig

Returns a new instance of SdfConfig.



11178
11179
11180
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11178

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#admin_emailString

An administrator email address to which the SDF processing status reports will be sent. Corresponds to the JSON property adminEmail

Returns:

  • (String)


11171
11172
11173
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11171

def admin_email
  @admin_email
end

#versionString

Required. The version of SDF being used. Corresponds to the JSON property version

Returns:

  • (String)


11176
11177
11178
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11176

def version
  @version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11183
11184
11185
11186
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11183

def update!(**args)
  @admin_email = args[:admin_email] if args.key?(:admin_email)
  @version = args[:version] if args.key?(:version)
end