Class: Google::Cloud::Storage::Control::V2::IntelligenceConfig::TrialConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::IntelligenceConfig::TrialConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
The trial configuration of the IntelligenceConfig resource.
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the trial expires.
821 822 823 824 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 821 class TrialConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |