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.



55287
55288
55289
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55287

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)


55285
55286
55287
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55285

def removed_date_time
  @removed_date_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55292
55293
55294
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55292

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