class Google::Apis::OsconfigV1beta::OneTimeSchedule

Sets the time for a one time patch deployment. Timestamp is in [RFC3339](https: //www.ietf.org/rfc/rfc3339.txt) text format.

Attributes

execute_time[RW]

Required. The desired patch job execution time. Corresponds to the JSON property `executeTime` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/osconfig_v1beta/classes.rb, line 901
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/osconfig_v1beta/classes.rb, line 906
def update!(**args)
  @execute_time = args[:execute_time] if args.key?(:execute_time)
end