Class DataAssetFromRestDetails
Details for the Rest data asset.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataAssetFromRestDetails : DataAsset
Properties
BaseUrl
Declaration
[JsonProperty(PropertyName = "baseUrl")]
public string BaseUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The base url of the rest server. |
DefaultConnection
Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionDetails DefaultConnection { get; set; }
Property Value
Type | Description |
---|---|
ConnectionDetails |
ManifestFileContent
Declaration
[JsonProperty(PropertyName = "manifestFileContent")]
public string ManifestFileContent { get; set; }
Property Value
Type | Description |
---|---|
string | The manifest file content of the rest APIs. |