AttachDataAssetInfo¶
-
class
oci.data_connectivity.models.
AttachDataAssetInfo
(**kwargs)¶ Bases:
object
The attach DataAsset response.
Methods
__init__
(**kwargs)Initializes a new AttachDataAssetInfo object with values from keyword arguments. Attributes
reference_info
[Required] Gets the reference_info of this AttachDataAssetInfo. -
__init__
(**kwargs)¶ Initializes a new AttachDataAssetInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: reference_info (dict(str, ValidationResult)) – The value to assign to the reference_info property of this AttachDataAssetInfo.
-
reference_info
¶ [Required] Gets the reference_info of this AttachDataAssetInfo. Map of DataAsset name as key and results as value
Returns: The reference_info of this AttachDataAssetInfo. Return type: dict(str, ValidationResult)
-