# class JobFilesEntity


Job-managed files entity representing one or more files that are being managed with the given job on the server as a result of an action


# MEMBERS

# member required id

Type: String

# member required action

Type: String

# member time

Type: String

# member required files

Type: List

# CONSTRUCTORS

# constructor JobFilesEntity()

Description:

# constructor JobFilesEntity(id)

Description:

Parameters:

  • id: (String) -

# STATIC FUNCTIONS

# static function time()

Description: Current UTC time in ISO-8601 date time format

Return:

(String) - Current timestamp

Last Updated: 12/20/2022, 8:12:45 AM