CreateDetachDataAssetDetails¶
-
class
oci.data_connectivity.models.
CreateDetachDataAssetDetails
(**kwargs)¶ Bases:
object
The detach DataAsset payload.
Methods
__init__
(**kwargs)Initializes a new CreateDetachDataAssetDetails object with values from keyword arguments. Attributes
data_assets
[Required] Gets the data_assets of this CreateDetachDataAssetDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDetachDataAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: data_assets (list[oci.data_connectivity.models.DataAsset]) – The value to assign to the data_assets property of this CreateDetachDataAssetDetails.
-
data_assets
¶ [Required] Gets the data_assets of this CreateDetachDataAssetDetails. The array of DataAsset keys
Returns: The data_assets of this CreateDetachDataAssetDetails. Return type: list[oci.data_connectivity.models.DataAsset]
-