class CadenceThrift::DecisionTaskTimedOutEventAttributes
Constants
- FIELDS
- SCHEDULEDEVENTID
- STARTEDEVENTID
- TIMEOUTTYPE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 1773 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 1775 def validate unless @timeoutType.nil? || ::CadenceThrift::TimeoutType::VALID_VALUES.include?(@timeoutType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field timeoutType!') end end