Class DataFlowApplicationApplicationComponent
Data Flow Application application component
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DataFlowApplicationApplicationComponent : ApplicationComponent
Properties
ApplicationId
Declaration
[Required(ErrorMessage = "ApplicationId is required.")]
[JsonProperty(PropertyName = "applicationId")]
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of Data Flow Application |
Remarks
Required