class Google::Apis::SqladminV1beta4::SqlInstancesRescheduleMaintenanceRequestBody
Reschedule
options for maintenance windows.
Attributes
reschedule[RW]
Required. The type of the reschedule the user wants. Corresponds to the JSON property `reschedule` @return [Google::Apis::SqladminV1beta4::Reschedule]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 3084 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 3089 def update!(**args) @reschedule = args[:reschedule] if args.key?(:reschedule) end