Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonActivityIdInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonActivityIdInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Advertiser-specific activity ID.
Instance Attribute Summary collapse
-
#value ⇒ String
String value of the activity ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonActivityIdInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonActivityIdInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonActivityIdInfo
Returns a new instance of GoogleAdsSearchads360V23CommonActivityIdInfo.
644 645 646 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 644 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
String value of the activity ID.
Corresponds to the JSON property value
642 643 644 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 642 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
649 650 651 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 649 def update!(**args) @value = args[:value] if args.key?(:value) end |