Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails
- 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 Smart campaigns that have ended.
Instance Attribute Summary collapse
-
#end_date_time ⇒ String
The timestamp of when the campaign ended.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails
constructor
A new instance of GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails
Returns a new instance of GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails.
55144 55145 55146 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55144 def initialize(**args) update!(**args) end |
Instance Attribute Details
#end_date_time ⇒ String
The timestamp of when the campaign ended. The timestamp is in the customer’s
timezone and in “yyyy-MM-dd HH:mm:ss” format.
Corresponds to the JSON property endDateTime
55142 55143 55144 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55142 def end_date_time @end_date_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55149 55150 55151 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55149 def update!(**args) @end_date_time = args[:end_date_time] if args.key?(:end_date_time) end |