Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSmartCampaignPausedDetails

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 paused Smart campaigns.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSmartCampaignPausedDetails

Returns a new instance of GoogleAdsSearchads360V23ServicesSmartCampaignPausedDetails.



54329
54330
54331
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54329

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

Instance Attribute Details

#paused_date_timeString

The timestamp of when the campaign was last paused. The timestamp is in the customer’s timezone and in “yyyy-MM-dd HH:mm:ss” format. Corresponds to the JSON property pausedDateTime

Returns:

  • (String)


54327
54328
54329
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54327

def paused_date_time
  @paused_date_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



54334
54335
54336
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54334

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