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.



2464
2465
2466
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 2464

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)


2462
2463
2464
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 2462

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2469
2470
2471
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 2469

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