ImportBotDetails¶
-
class
oci.oda.models.
ImportBotDetails
(**kwargs)¶ Bases:
object
Properties to import a Bot resource from Object Storage.
Methods
__init__
(**kwargs)Initializes a new ImportBotDetails object with values from keyword arguments. Attributes
source
[Required] Gets the source of this ImportBotDetails. -
__init__
(**kwargs)¶ Initializes a new ImportBotDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: source (oci.oda.models.StorageLocation) – The value to assign to the source property of this ImportBotDetails.
-
source
¶ [Required] Gets the source of this ImportBotDetails.
Returns: The source of this ImportBotDetails. Return type: oci.oda.models.StorageLocation
-