class Google::Apis::DfareportingV2_1::RichMediaExitOverride

Rich Media Exit Override.

Attributes

custom_exit_url[RW]

Click-through URL to override the default exit URL. Applicable if the useCustomExitUrl field is set to true. Corresponds to the JSON property `customExitUrl` @return [String]

exit_id[RW]

ID for the override to refer to a specific exit in the creative. Corresponds to the JSON property `exitId` @return [String]

use_custom_exit_url[RW]

Whether to use the custom exit URL. Corresponds to the JSON property `useCustomExitUrl` @return [Boolean]

use_custom_exit_url?[RW]

Whether to use the custom exit URL. Corresponds to the JSON property `useCustomExitUrl` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9621
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9626
def update!(**args)
  @custom_exit_url = args[:custom_exit_url] unless args[:custom_exit_url].nil?
  @exit_id = args[:exit_id] unless args[:exit_id].nil?
  @use_custom_exit_url = args[:use_custom_exit_url] unless args[:use_custom_exit_url].nil?
end