Class: Google::Cloud::Monitoring::V3::GetSnoozeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetSnoozeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/snooze_service.rb
Overview
The message definition for retrieving a Snooze. Users must specify the
field, name, which identifies the Snooze.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
102 103 104 105 |
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 102 class GetSnoozeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |