WorkRequestDetails¶
-
class
oci.os_management_hub.models.
WorkRequestDetails
(**kwargs)¶ Bases:
object
Provides the name and description of the job.
Methods
__init__
(**kwargs)Initializes a new WorkRequestDetails object with values from keyword arguments. Attributes
description
Gets the description of this WorkRequestDetails. display_name
Gets the display_name of this WorkRequestDetails. -
__init__
(**kwargs)¶ Initializes a new WorkRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this WorkRequestDetails.
- description (str) – The value to assign to the description property of this WorkRequestDetails.
-
description
¶ Gets the description of this WorkRequestDetails. User-specified information about the job. Avoid entering confidential information.
Returns: The description of this WorkRequestDetails. Return type: str
-
display_name
¶ Gets the display_name of this WorkRequestDetails. A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
Returns: The display_name of this WorkRequestDetails. Return type: str
-