Class: Google::Apis::SaasservicemgmtV1beta1::Schedule
- Inherits:
-
Object
- Object
- Google::Apis::SaasservicemgmtV1beta1::Schedule
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/saasservicemgmt_v1beta1/classes.rb,
lib/google/apis/saasservicemgmt_v1beta1/representations.rb,
lib/google/apis/saasservicemgmt_v1beta1/representations.rb
Overview
A time specification to schedule the maintenance.
Instance Attribute Summary collapse
-
#start_time ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Schedule
constructor
A new instance of Schedule.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Schedule
Returns a new instance of Schedule.
1368 1369 1370 |
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 1368 def initialize(**args) update!(**args) end |
Instance Attribute Details
#start_time ⇒ String
Optional. Start of operation. If not set, will be set to the start of the next
window. (optional)
Corresponds to the JSON property startTime
1366 1367 1368 |
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 1366 def start_time @start_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1373 1374 1375 |
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 1373 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end |