Class: Google::Cloud::Ces::V1beta::PythonCodeCondition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/agent_transfers.rb

Overview

Python code block to evaluate the condition.

Instance Attribute Summary collapse

Instance Attribute Details

#python_code::String

Returns Required. The python code to execute.

Returns:

  • (::String)

    Required. The python code to execute.



37
38
39
40
# File 'proto_docs/google/cloud/ces/v1beta/agent_transfers.rb', line 37

class PythonCodeCondition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end