WorkSubmissionKey¶
-
class
oci.management_agent.models.
WorkSubmissionKey
(**kwargs)¶ Bases:
object
Work Submission Identifier
Methods
__init__
(**kwargs)Initializes a new WorkSubmissionKey object with values from keyword arguments. Attributes
work_submission_key
[Required] Gets the work_submission_key of this WorkSubmissionKey. -
__init__
(**kwargs)¶ Initializes a new WorkSubmissionKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: work_submission_key (str) – The value to assign to the work_submission_key property of this WorkSubmissionKey.
-
work_submission_key
¶ [Required] Gets the work_submission_key of this WorkSubmissionKey. Work Submission Identifier
Returns: The work_submission_key of this WorkSubmissionKey. Return type: str
-