> JOBS_BY_JOBID_SUSPENDED

        Handle resource of type jobs_by_jobid_suspended

OPTIONS (= is mandatory):

- jobId
        Identifier of the job to be suspended or resumed
        Required with `state=['put']'
        Used by `state=['put']'
        [Default: (null)]
        type: str

- state
        (Choices: put)[Default: (null)]
        type: str

- suspended
        Job suspension state
        Used by `state=['put']'
        [Default: (null)]
        type: bool


REQUIREMENTS:  python >= 3.6
