class Google::Apis::DfareportingV2_1::EventTagOverride

Event tag override information.

Attributes

enabled[RW]

Whether this override is enabled. Corresponds to the JSON property `enabled` @return [Boolean]

enabled?[RW]

Whether this override is enabled. Corresponds to the JSON property `enabled` @return [Boolean]

id[RW]

ID of this event tag override. This is a read-only, auto-generated field. Corresponds to the JSON property `id` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 4813
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 4818
def update!(**args)
  @enabled = args[:enabled] unless args[:enabled].nil?
  @id = args[:id] unless args[:id].nil?
end