DownloadSqlDetails

class oci.database_migration.models.DownloadSqlDetails(**kwargs)

Bases: object

The response object of the Download SQL action

Methods

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

Attributes

download_url [Required] Gets the download_url of this DownloadSqlDetails.
__init__(**kwargs)

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

Parameters:download_url (str) – The value to assign to the download_url property of this DownloadSqlDetails.
download_url

[Required] Gets the download_url of this DownloadSqlDetails. The URL of the SQL script to download.

Returns:The download_url of this DownloadSqlDetails.
Return type:str