CreateExternalPublicationValidationDetails¶
-
class
oci.data_integration.models.
CreateExternalPublicationValidationDetails
(**kwargs)¶ Bases:
object
The task type contains the audit summary information and the definition of the task that is published externally.
Methods
__init__
(**kwargs)Initializes a new CreateExternalPublicationValidationDetails object with values from keyword arguments. Attributes
key
Gets the key of this CreateExternalPublicationValidationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateExternalPublicationValidationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: key (str) – The value to assign to the key property of this CreateExternalPublicationValidationDetails.
-
key
¶ Gets the key of this CreateExternalPublicationValidationDetails. Generated key that can be used in API calls to identify the task. On scenarios where reference to the task is needed, a value can be passed in the create operation.
Returns: The key of this CreateExternalPublicationValidationDetails. Return type: str
-