class Google::Apis::DfareportingV2_1::FloodlightActivityDynamicTag

Dynamic Tag

Attributes

id[RW]

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

name[RW]

Name of this tag. Corresponds to the JSON property `name` @return [String]

tag[RW]

Tag code. Corresponds to the JSON property `tag` @return [String]

Public Class Methods

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