Class: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

Dynamic Tag

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FloodlightActivityDynamicTag

Returns a new instance of FloodlightActivityDynamicTag.



5958
5959
5960
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5958

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#idFixnum

ID of this dynamic tag. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (Fixnum)


5946
5947
5948
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5946

def id
  @id
end

#nameString

Name of this tag. Corresponds to the JSON property name

Returns:

  • (String)


5951
5952
5953
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5951

def name
  @name
end

#tagString

Tag code. Corresponds to the JSON property tag

Returns:

  • (String)


5956
5957
5958
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5956

def tag
  @tag
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5963
5964
5965
5966
5967
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5963

def update!(**args)
  @id = args[:id] if args.key?(:id)
  @name = args[:name] if args.key?(:name)
  @tag = args[:tag] if args.key?(:tag)
end