class Google::Apis::ComputeBeta::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Attributes
last_run_start_time[RW]
- Output Only
-
The last time the schedule successfully ran. The timestamp is an
RFC3339 string. Corresponds to the JSON property `lastRunStartTime` @return [String]
next_run_start_time[RW]
- Output Only
-
The next time the schedule is planned to run. The actual time
might be slightly different. The timestamp is an RFC3339 string. Corresponds to the JSON property `nextRunStartTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 28602 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 28607 def update!(**args) @last_run_start_time = args[:last_run_start_time] if args.key?(:last_run_start_time) @next_run_start_time = args[:next_run_start_time] if args.key?(:next_run_start_time) end