Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails

Returns a new instance of GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails.



55203
55204
55205
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55203

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

Instance Attribute Details

#removed_date_timeString

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

Returns:

  • (String)


55201
55202
55203
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55201

def removed_date_time
  @removed_date_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55208
55209
55210
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55208

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