Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails
- 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
Details related to removed Smart campaigns.
Instance Attribute Summary collapse
-
#removed_date_time ⇒ String
The timestamp of when the campaign was removed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails
constructor
A new instance of GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails
Returns a new instance of GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails.
54349 54350 54351 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54349 def initialize(**args) update!(**args) end |
Instance Attribute Details
#removed_date_time ⇒ String
The timestamp of when the campaign was removed. The timestamp is in the
customer’s timezone and in “yyyy-MM-dd HH:mm:ss” format.
Corresponds to the JSON property removedDateTime
54347 54348 54349 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54347 def removed_date_time @removed_date_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
54354 54355 54356 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54354 def update!(**args) @removed_date_time = args[:removed_date_time] if args.key?(:removed_date_time) end |