class Google::Apis::DfareportingV2_1::FloodlightActivitiesGenerateTagResponse
Floodlight Activity GenerateTag Response
Attributes
floodlight_activity_tag[RW]
Generated tag for this floodlight activity. Corresponds to the JSON property `floodlightActivityTag` @return [String]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string â dfareporting#floodlightActivitiesGenerateTagResponseâ. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 5042 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 5047 def update!(**args) @floodlight_activity_tag = args[:floodlight_activity_tag] unless args[:floodlight_activity_tag].nil? @kind = args[:kind] unless args[:kind].nil? end