class Google::Apis::DfareportingV2_3::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_3/classes.rb, line 4874
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_3/classes.rb, line 4879
def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
  @id = args[:id] if args.key?(:id)
end