class CadenceThrift::GetWorkflowExecutionHistoryRequest
Constants
- DOMAIN
- EXECUTION
- FIELDS
- HISTORYEVENTFILTERTYPE
- MAXIMUMPAGESIZE
- NEXTPAGETOKEN
- WAITFORNEWEVENT
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 3662 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 3664 def validate unless @HistoryEventFilterType.nil? || ::CadenceThrift::HistoryEventFilterType::VALID_VALUES.include?(@HistoryEventFilterType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field HistoryEventFilterType!') end end