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.
10429 10430 10431 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 10429 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
10427 10428 10429 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 10427 def start_time @start_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10434 10435 10436 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 10434 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end |