Show / Hide Table of Contents

Class DownloadSqlDetails

The response object of the Download SQL action

Inheritance
object
DownloadSqlDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top