Class: Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Schedule
- Inherits:
-
Object
- Object
- Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Schedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb
Overview
A time specification to schedule the maintenance.
Instance Attribute Summary collapse
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. Start of operation. If not set, will be set to the start of the next window. (optional).
669 670 671 672 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 669 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |