Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 746 Bytes

File metadata and controls

11 lines (7 loc) · 746 Bytes

class AppendActionInformation

Member values

Member name Data type Description Usage
sequence_handle SequenceHandle Sequence to which action must be appended To set sequence_handle, you simply assign a value directly to a field within sequence_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
action Action Action to append To set action, you simply assign a value directly to a field within action. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)