class Google::Apis::DfareportingV3_5::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 [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 5613
def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
  @id = args[:id] if args.key?(:id)
end