Show / Hide Table of Contents

Class DataFlowApplicationApplicationComponent

Data Flow Application application component

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

In this article
Back to top