> SUB_DOMAINS_BY_SUBDOMAINID_CONTAINERS

        Handle resource of type sub_domains_by_subdomainid_containers

OPTIONS (= is mandatory):

- limit
        The maximum number of elements to return in a single paged
        request
        Used by `state=['get', 'head']'
        [Default: (null)]
        type: int

- offset
        Requested offset within the total result set to be the first
        element in the paged response
        Used by `state=['get', 'head']'
        [Default: (null)]
        type: int

- p
        Optional query parameter to define a partial string match
        filter using property:value syntax
        Used by `state=['get', 'head']'
        [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
        Used by `state=['get', 'head']'
        [Default: (null)]
        type: str

- q
        Optional query parameter to define a query filter using
        property:value syntax
        Used by `state=['get', 'head']'
        [Default: (null)]
        type: str

- recursive
        If true, returns indirect container subdomains as well, i.e.,
        container of the container, etc.
        Used by `state=['get', 'head']'
        [Default: (null)]
        type: bool

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

- subDomainId
        Identifies the subdomain whose container subdomains are to be
        listed
        Required with `state=['get', 'head']'
        Used by `state=['get', 'head']'
        [Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
