Class TRSection

java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRSection

public class TRSection
extends Object
The depth, display_order and parent fields determine the hierarchy of the sections in a test suite. The depth field is 0 for all sections on the root level and greater than 0 for all child sections. The depth field therefore resembles the level in the section hierarchy. Also see get_sections for an example.