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.



1525
1526
1527
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 1525

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)


1523
1524
1525
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 1523

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1530
1531
1532
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 1530

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