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.



55183
55184
55185
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55183

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)


55181
55182
55183
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55181

def paused_date_time
  @paused_date_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55188
55189
55190
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55188

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