Class: Google::Apis::SaasservicemgmtV1::Schedule

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/saasservicemgmt_v1/classes.rb,
lib/google/apis/saasservicemgmt_v1/representations.rb,
lib/google/apis/saasservicemgmt_v1/representations.rb

Overview

A time specification to schedule the maintenance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Schedule

Returns a new instance of Schedule.



1294
1295
1296
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 1294

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#start_timeString

Optional. Start of operation. If not set, will be set to the start of the next window. (optional) Corresponds to the JSON property startTime

Returns:

  • (String)


1292
1293
1294
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 1292

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1299
1300
1301
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 1299

def update!(**args)
  @start_time = args[:start_time] if args.key?(:start_time)
end