ExportBotDetails¶
-
class
oci.oda.models.
ExportBotDetails
(**kwargs)¶ Bases:
object
Properties to export a Bot to Object Storage.
Methods
__init__
(**kwargs)Initializes a new ExportBotDetails object with values from keyword arguments. Attributes
target
[Required] Gets the target of this ExportBotDetails. -
__init__
(**kwargs)¶ Initializes a new ExportBotDetails 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 ExportBotDetails.
-
target
¶ [Required] Gets the target of this ExportBotDetails.
Returns: The target of this ExportBotDetails. Return type: oci.oda.models.StorageLocation
-