Class DownloadSqlDetails
The response object of the Download SQL action
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class DownloadSqlDetails
Properties
DownloadUrl
Declaration
[Required(ErrorMessage = "DownloadUrl is required.")]
[JsonProperty(PropertyName = "downloadUrl")]
public string DownloadUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The URL of the SQL script to download. |
Remarks
Required