ExportDigitalAssistantDetails

class oci.oda.models.ExportDigitalAssistantDetails(**kwargs)

Bases: object

Properties that specify where in Object Storage to export the Digital Assistant to.

Methods

__init__(**kwargs) Initializes a new ExportDigitalAssistantDetails object with values from keyword arguments.

Attributes

target [Required] Gets the target of this ExportDigitalAssistantDetails.
__init__(**kwargs)

Initializes a new ExportDigitalAssistantDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:target (oci.oda.models.StorageLocation) – The value to assign to the target property of this ExportDigitalAssistantDetails.
target

[Required] Gets the target of this ExportDigitalAssistantDetails.

Returns:The target of this ExportDigitalAssistantDetails.
Return type:oci.oda.models.StorageLocation