Class: Google::Apis::DfareportingV2_3::FloodlightActivitiesGenerateTagResponse

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

Overview

Floodlight Activity GenerateTag Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FloodlightActivitiesGenerateTagResponse

Returns a new instance of FloodlightActivitiesGenerateTagResponse.



5112
5113
5114
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5112

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

Instance Attribute Details

#floodlight_activity_tagString

Generated tag for this floodlight activity. Corresponds to the JSON property floodlightActivityTag

Returns:

  • (String)


5104
5105
5106
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5104

def floodlight_activity_tag
  @floodlight_activity_tag
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#floodlightActivitiesGenerateTagResponse". Corresponds to the JSON property kind

Returns:

  • (String)


5110
5111
5112
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5110

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5117
5118
5119
5120
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5117

def update!(**args)
  @floodlight_activity_tag = args[:floodlight_activity_tag] if args.key?(:floodlight_activity_tag)
  @kind = args[:kind] if args.key?(:kind)
end