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