Class: Google::Apis::SaasservicemgmtV1beta1::Schedule

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Schedule

Returns a new instance of Schedule.



2219
2220
2221
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 2219

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)


2217
2218
2219
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 2217

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2224
2225
2226
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 2224

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