Class: Google::Cloud::Ces::V1::PythonCodeCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::PythonCodeCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/agent_transfers.rb
Overview
Python code block to evaluate the condition.
Instance Attribute Summary collapse
-
#python_code ⇒ ::String
Required.
Instance Attribute Details
#python_code ⇒ ::String
Returns Required. The python code to execute.
37 38 39 40 |
# File 'proto_docs/google/cloud/ces/v1/agent_transfers.rb', line 37 class PythonCodeCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |