Class: Google::Cloud::Ces::V1::TriggerAction::Response
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::TriggerAction::Response
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/common.rb
Overview
Represents a response from the agent.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Optional.
-
#text ⇒ ::String
Required.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Optional. Whether the response is disabled. Disabled responses are not used by the agent.
93 94 95 96 |
# File 'proto_docs/google/cloud/ces/v1/common.rb', line 93 class Response include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |