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