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.



54349
54350
54351
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54349

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)


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