Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScheduledMaintenance
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScheduledMaintenance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Scheduled maintenance information for an instance.
Instance Attribute Summary collapse
-
#start_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ScheduledMaintenance
constructor
A new instance of GoogleCloudApigeeV1ScheduledMaintenance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ScheduledMaintenance
Returns a new instance of GoogleCloudApigeeV1ScheduledMaintenance.
10356 10357 10358 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 10356 def initialize(**args) update!(**args) end |
Instance Attribute Details
#start_time ⇒ String
Output only. The start time (UTC) of the scheduled maintenance.
Corresponds to the JSON property startTime
10354 10355 10356 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 10354 def start_time @start_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10361 10362 10363 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 10361 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end |