> APPLICATION_SLICES_BY_APPLICATIONSLICEID_CHILDREN

        Handle resource of type
        application_slices_by_applicationsliceid_children

OPTIONS (= is mandatory):

- applicationSliceId
        Identifies the application slice whose children slices are to
        be listed
        [Default: (null)]
        type: str

- limit
        The maximum number of elements to return in a single paged
        request
        [Default: (null)]
        type: int

- offset
        Requested offset within the total result set to be the first
        element in the paged response
        [Default: (null)]
        type: int

- p
        Optional query parameter to define a partial string match
        filter using property:value syntax
        [Default: (null)]
        type: str

- pageToken
        String pagination token returned from a previous query that
        encodes query information in order to optimize a
        subsequent request for a page of results. The token includes
        the limit and offset parameters for the next page, but one or
        both can be included to override the encoded values
        [Default: (null)]
        type: str

- q
        Optional query parameter to define a query filter using
        property:value syntax
        [Default: (null)]
        type: str

- recursive
        If true, returns indirect children application slices as well,
        i.e., children of the children, etc.
        [Default: (null)]
        type: bool

- state
        (Choices: get, head)[Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
