// This is an automatically generated code sample.
// To make this code sample work in your Oracle Cloud tenancy,
// please replace the values for any parameters whose current values do not fit
// your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
// boolean, number, and enum parameters with values not fitting your use case).

package main

import (
	"context"
	"fmt"
	"time"

	"github.com/oracle/oci-go-sdk/v65/common"
	"github.com/oracle/oci-go-sdk/v65/dataintegration"
	"github.com/oracle/oci-go-sdk/v65/example/helpers"
)

func ExampleCreateDataFlow() {
	// Create a default authentication provider that uses the DEFAULT
	// profile in the configuration file.
	// Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
	client, err := dataintegration.NewDataIntegrationClientWithConfigurationProvider(common.DefaultConfigProvider())
	helpers.FatalIfError(err)

	// Create a request and dependent object(s).
	var objectValue interface{}
	objectValue = "EXAMPLE-objectValue-Value"
	var refValue interface{}
	refValue = "EXAMPLE-refValue-Value"
	var rootObjectValue interface{}
	rootObjectValue = "EXAMPLE-rootObjectValue-Value"
	var rootObjectDefaultValue interface{}
	rootObjectDefaultValue = "EXAMPLE-rootObjectDefaultValue-Value"
	var type_ interface{}
	type_ = "EXAMPLE-type-Value"
	var defaultValue interface{}
	defaultValue = "EXAMPLE-defaultValue-Value"
	var scope interface{}
	scope = "EXAMPLE-scope-Value"
	var wrappedType interface{}
	wrappedType = "EXAMPLE-wrappedType-Value"
	req := dataintegration.CreateDataFlowRequest{OpcRequestId: common.String("YXTNNQMXMBF85IKR8KSR<unique_ID>"),
		OpcRetryToken: common.String("EXAMPLE-opcRetryToken-Value"),
		WorkspaceId:   common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value"),
		CreateDataFlowDetails: dataintegration.CreateDataFlowDetails{Description: common.String("EXAMPLE-description-Value"),
			FlowConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_DINJq": dataintegration.ConfigParameterValue{IntValue: common.Int(654),
				ObjectValue:     &objectValue,
				ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
				RefValue:        &refValue,
				RootObjectValue: &rootObjectValue,
				StringValue:     common.String("EXAMPLE-stringValue-Value")}},
				ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
					RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
			Key:          common.String("EXAMPLE-key-Value"),
			ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
			Parameters: []dataintegration.Parameter{dataintegration.Parameter{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
				RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
				TypeName:               common.String("EXAMPLE-typeName-Value"),
				Name:                   common.String("EXAMPLE-name-Value"),
				RootObjectDefaultValue: &rootObjectDefaultValue,
				Type:                   &type_,
				Description:            common.String("EXAMPLE-description-Value"),
				IsOutput:               common.Bool(true),
				Key:                    common.String("EXAMPLE-key-Value"),
				ModelVersion:           common.String("EXAMPLE-modelVersion-Value"),
				ObjectStatus:           common.Int(935),
				DefaultValue:           &defaultValue,
				OutputAggregationType:  dataintegration.ParameterOutputAggregationTypeMax,
				UsedFor:                common.String("EXAMPLE-usedFor-Value"),
				ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_JFGcQ": dataintegration.ConfigParameterValue{IntValue: common.Int(79),
					ObjectValue:     &objectValue,
					ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
					RefValue:        &refValue,
					RootObjectValue: &rootObjectValue,
					StringValue:     common.String("EXAMPLE-stringValue-Value")}},
					ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
						RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
				IsInput: common.Bool(false)}},
			ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
				RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
			RegistryMetadata: &dataintegration.RegistryMetadata{Labels: []string{"EXAMPLE--Value"},
				RegistryVersion: common.Int(105),
				AggregatorKey:   common.String("EXAMPLE-aggregatorKey-Value"),
				IsFavorite:      common.Bool(true),
				Key:             common.String("EXAMPLE-key-Value")},
			Identifier: common.String("EXAMPLE-identifier-Value"),
			Name:       common.String("EXAMPLE-name-Value"),
			Nodes: []dataintegration.FlowNode{dataintegration.FlowNode{OutputLinks: []dataintegration.OutputLink{dataintegration.OutputLink{Description: common.String("EXAMPLE-description-Value"),
				Key:          common.String("EXAMPLE-key-Value"),
				ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
				ObjectStatus: common.Int(688),
				ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
					RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
				Port:    common.String("EXAMPLE-port-Value"),
				ToLinks: []string{"EXAMPLE--Value"}}},
				Key:          common.String("EXAMPLE-key-Value"),
				ObjectStatus: common.Int(775),
				Operator: dataintegration.Target{IsUseSameSourceName: common.Bool(false),
					Key:          common.String("EXAMPLE-key-Value"),
					LoadOrder:    common.Int(98),
					ObjectStatus: common.Int(705),
					OutputPorts: []dataintegration.TypedObject{dataintegration.InputProxyField{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus: common.Int(442),
						ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
							Parent: common.String("EXAMPLE-parent-Value")},
						Scope: &scope,
						ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_0jgoF": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
							IntValue:        common.Int(264),
							ObjectValue:     &objectValue,
							ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
							RefValue:        &refValue,
							RootObjectValue: &rootObjectValue}},
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
						Labels: []string{"EXAMPLE--Value"},
						Name:   common.String("EXAMPLE-name-Value"),
						Type: dataintegration.ConfiguredType{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							WrappedType: &wrappedType,
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_UW35b": dataintegration.ConfigParameterValue{IntValue: common.Int(113),
								ObjectValue:     &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue,
								StringValue:     common.String("EXAMPLE-stringValue-Value")}},
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
							Name:         common.String("EXAMPLE-name-Value"),
							ObjectStatus: common.Int(282),
							ConfigDefinition: &dataintegration.ConfigDefinition{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								ObjectStatus: common.Int(279),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								ConfigParameterDefinitions: map[string]dataintegration.ConfigParameterDefinition{"EXAMPLE_KEY_2cLNU": dataintegration.ConfigParameterDefinition{IsClassFieldValue: common.Bool(true),
									IsStatic:       common.Bool(true),
									ParameterName:  common.String("EXAMPLE-parameterName-Value"),
									ClassFieldName: common.String("EXAMPLE-classFieldName-Value"),
									DefaultValue:   &defaultValue,
									Description:    common.String("EXAMPLE-description-Value")}},
								IsContained: common.Bool(false),
								Key:         common.String("EXAMPLE-key-Value")},
							Description: common.String("EXAMPLE-description-Value"),
							Key:         common.String("EXAMPLE-key-Value")},
						Description: common.String("EXAMPLE-description-Value"),
						Key:         common.String("EXAMPLE-key-Value")}},
					TargetEntityNamePrefix: common.String("EXAMPLE-targetEntityNamePrefix-Value"),
					TargetEntityNameSuffix: common.String("EXAMPLE-targetEntityNameSuffix-Value"),
					InputPorts: []dataintegration.InputPort{dataintegration.InputPort{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
						RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						Description: common.String("EXAMPLE-description-Value"),
						Key:         common.String("EXAMPLE-key-Value"),
						Name:        common.String("EXAMPLE-name-Value"),
						PortType:    dataintegration.InputPortPortTypeModel,
						ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_dnFPH": dataintegration.ConfigParameterValue{IntValue: common.Int(513),
							ObjectValue:     &objectValue,
							ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
							RefValue:        &refValue,
							RootObjectValue: &rootObjectValue,
							StringValue:     common.String("EXAMPLE-stringValue-Value")}},
							ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
								Parent: common.String("EXAMPLE-parent-Value")}},
						Fields: []dataintegration.TypedObject{dataintegration.TypedExpression{Key: common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_gPuWx": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue,
								StringValue:     common.String("EXAMPLE-stringValue-Value"),
								IntValue:        common.Int(210)}},
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
							Description:  common.String("EXAMPLE-description-Value"),
							Expression:   common.String("EXAMPLE-expression-Value"),
							ObjectStatus: common.Int(978),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							Type: common.String("EXAMPLE-type-Value")}},
						ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus: common.Int(290)}},
					IsCopyFields:      common.Bool(true),
					ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
					DataProperty:      dataintegration.TargetDataPropertyOverwrite,
					Identifier:        common.String("EXAMPLE-identifier-Value"),
					IsPredefinedShape: common.Bool(true),
					IsReadAccess:      common.Bool(true),
					Name:              common.String("EXAMPLE-name-Value"),
					Parameters: []dataintegration.Parameter{dataintegration.Parameter{DefaultValue: &defaultValue,
						Description:            common.String("EXAMPLE-description-Value"),
						Type:                   &type_,
						UsedFor:                common.String("EXAMPLE-usedFor-Value"),
						IsOutput:               common.Bool(true),
						ModelVersion:           common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus:           common.Int(173),
						OutputAggregationType:  dataintegration.ParameterOutputAggregationTypeSum,
						RootObjectDefaultValue: &rootObjectDefaultValue,
						IsInput:                common.Bool(false),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_6vlOB": dataintegration.ConfigParameterValue{RefValue: &refValue,
							RootObjectValue: &rootObjectValue,
							StringValue:     common.String("EXAMPLE-stringValue-Value"),
							IntValue:        common.Int(544),
							ObjectValue:     &objectValue,
							ParameterValue:  common.String("EXAMPLE-parameterValue-Value")}},
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
						Key:      common.String("EXAMPLE-key-Value"),
						Name:     common.String("EXAMPLE-name-Value"),
						TypeName: common.String("EXAMPLE-typeName-Value")}},
					WriteOperationConfig: &dataintegration.WriteOperationConfig{DataFormat: &dataintegration.DataFormat{CompressionConfig: &dataintegration.Compression{Codec: dataintegration.CompressionCodecDeflate},
						FormatAttribute: dataintegration.AvroFormatAttribute{Compression: common.String("EXAMPLE-compression-Value"),
							IsFilePattern: common.Bool(false)},
						Type: dataintegration.DataFormatTypeParquet},
						DerivedAttributes:        map[string]string{"EXAMPLE_KEY_RJ7qw": "EXAMPLE_VALUE_bDgbYYKzPzvTpRuNmGLT"},
						MetadataConfigProperties: map[string]string{"EXAMPLE_KEY_ZH6TI": "EXAMPLE_VALUE_Gpg9DaN9CoOZQmo0V7ZX"},
						Operations: []dataintegration.PushDownOperation{dataintegration.Join{Condition: common.String("EXAMPLE-condition-Value"),
							Policy: dataintegration.JoinPolicyLeftJoin}},
						PartitionConfig: dataintegration.KeyRangePartitionConfig{PartitionNumber: common.Int(736),
							KeyRange: &dataintegration.KeyRange{Key: &dataintegration.ShapeField{Description: common.String("EXAMPLE-description-Value"),
								Key:    common.String("EXAMPLE-key-Value"),
								Labels: []string{"EXAMPLE--Value"},
								Type:   &type_,
								ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_Lfeec": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(930),
									ObjectValue:     &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								NativeShapeField: &dataintegration.NativeShapeField{DefaultValueString: common.String("EXAMPLE-defaultValueString-Value"),
									IsMandatory: common.Bool(true),
									Name:        common.String("EXAMPLE-name-Value"),
									Position:    common.Int(63),
									Type:        &type_,
									ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_PKlzS": dataintegration.ConfigParameterValue{IntValue: common.Int(320),
										ObjectValue:     &objectValue,
										ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
										RefValue:        &refValue,
										RootObjectValue: &rootObjectValue,
										StringValue:     common.String("EXAMPLE-stringValue-Value")}},
										ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
											RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}}},
								ObjectStatus: common.Int(418),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}}}},
						Key: common.String("EXAMPLE-key-Value"),
						MergeKey: dataintegration.PrimaryKey{AttributeRefs: []dataintegration.KeyAttribute{dataintegration.KeyAttribute{Attribute: &dataintegration.ShapeField{Name: common.String("EXAMPLE-name-Value"),
							NativeShapeField: &dataintegration.NativeShapeField{Type: &type_,
								ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_M6wS8": dataintegration.ConfigParameterValue{RefValue: &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(398),
									ObjectValue:     &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value")}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
								DefaultValueString: common.String("EXAMPLE-defaultValueString-Value"),
								IsMandatory:        common.Bool(true),
								Name:               common.String("EXAMPLE-name-Value"),
								Position:           common.Int(729)},
							ObjectStatus: common.Int(287),
							Type:         &type_,
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_3406l": dataintegration.ConfigParameterValue{IntValue: common.Int(281),
								ObjectValue:     &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue,
								StringValue:     common.String("EXAMPLE-stringValue-Value")}},
								ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
									Parent: common.String("EXAMPLE-parent-Value")}},
							Description:  common.String("EXAMPLE-description-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							Key:    common.String("EXAMPLE-key-Value"),
							Labels: []string{"EXAMPLE--Value"}},
							Position: common.Int(79),
							ShapeField: &dataintegration.ShapeField{Description: common.String("EXAMPLE-description-Value"),
								Key:    common.String("EXAMPLE-key-Value"),
								Labels: []string{"EXAMPLE--Value"},
								Type:   &type_,
								ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_buWu2": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(861)}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								NativeShapeField: &dataintegration.NativeShapeField{IsMandatory: common.Bool(false),
									Name:     common.String("EXAMPLE-name-Value"),
									Position: common.Int(812),
									Type:     &type_,
									ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_DWzBk": dataintegration.ConfigParameterValue{RootObjectValue: &rootObjectValue,
										StringValue:    common.String("EXAMPLE-stringValue-Value"),
										IntValue:       common.Int(529),
										ObjectValue:    &objectValue,
										ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
										RefValue:       &refValue}},
										ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
											RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
									DefaultValueString: common.String("EXAMPLE-defaultValueString-Value")},
								ObjectStatus: common.Int(331),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}}}},
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ObjectStatus: common.Int(661),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
						ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus: common.Int(84),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						WriteAttribute: dataintegration.OracleWriteAttributes{BatchSize: common.Int(864),
							IsTruncate:     common.Bool(false),
							IsolationLevel: common.String("EXAMPLE-isolationLevel-Value")},
						WriteMode: dataintegration.WriteOperationConfigWriteModeOverwrite,
						CallAttribute: &dataintegration.BipCallAttribute{OffsetParameter: common.String("EXAMPLE-offsetParameter-Value"),
							StagingConnection: &dataintegration.ConnectionSummaryFromObjectStorage{ConnectionProperties: []dataintegration.ConnectionProperty{dataintegration.ConnectionProperty{Name: common.String("EXAMPLE-name-Value"),
								Value: common.String("EXAMPLE-value-Value")}},
								Key: common.String("EXAMPLE-key-Value"),
								Metadata: &dataintegration.ObjectMetadata{InfoFields: map[string]string{"EXAMPLE_KEY_marBV": "EXAMPLE_VALUE_eBdx3O8KDrfdCc8Safhk"},
									IsFavorite:    common.Bool(false),
									UpdatedBy:     common.String("EXAMPLE-updatedBy-Value"),
									UpdatedByName: common.String("EXAMPLE-updatedByName-Value"),
									Aggregator: &dataintegration.AggregatorSummary{Identifier: common.String("EXAMPLE-identifier-Value"),
										Key:         common.String("EXAMPLE-key-Value"),
										Name:        common.String("EXAMPLE-name-Value"),
										Type:        common.String("EXAMPLE-type-Value"),
										Description: common.String("EXAMPLE-description-Value")},
									AggregatorKey: common.String("EXAMPLE-aggregatorKey-Value"),
									CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(19),
										ObjectType: dataintegration.CountStatisticSummaryObjectTypeTask}}},
									CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
									Labels:          []string{"EXAMPLE--Value"},
									RegistryVersion: common.Int(553),
									TimeCreated:     &common.SDKTime{Time: time.Now()},
									TimeUpdated:     &common.SDKTime{Time: time.Now()},
									CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
									IdentifierPath:  common.String("EXAMPLE-identifierPath-Value")},
								IsDefault:     common.Bool(true),
								ObjectVersion: common.Int(312),
								PassPhrase:    common.String("EXAMPLE-passPhrase-Value"),
								PrimarySchema: &dataintegration.Schema{ObjectStatus: common.Int(359),
									ObjectVersion: common.Int(164),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									ResourceName:    common.String("EXAMPLE-resourceName-Value"),
									ExternalKey:     common.String("EXAMPLE-externalKey-Value"),
									IsHasContainers: common.Bool(false),
									Key:             common.String("EXAMPLE-key-Value"),
									Metadata: &dataintegration.ObjectMetadata{InfoFields: map[string]string{"EXAMPLE_KEY_sihZu": "EXAMPLE_VALUE_x5qYCWb9eMxnB8eU9R2t"},
										TimeUpdated:     &common.SDKTime{Time: time.Now()},
										UpdatedBy:       common.String("EXAMPLE-updatedBy-Value"),
										UpdatedByName:   common.String("EXAMPLE-updatedByName-Value"),
										AggregatorKey:   common.String("EXAMPLE-aggregatorKey-Value"),
										CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
										CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
										IdentifierPath:  common.String("EXAMPLE-identifierPath-Value"),
										IsFavorite:      common.Bool(true),
										Labels:          []string{"EXAMPLE--Value"},
										RegistryVersion: common.Int(926),
										TimeCreated:     &common.SDKTime{Time: time.Now()},
										Aggregator: &dataintegration.AggregatorSummary{Key: common.String("EXAMPLE-key-Value"),
											Name:        common.String("EXAMPLE-name-Value"),
											Type:        common.String("EXAMPLE-type-Value"),
											Description: common.String("EXAMPLE-description-Value"),
											Identifier:  common.String("EXAMPLE-identifier-Value")},
										CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(961),
											ObjectType: dataintegration.CountStatisticSummaryObjectTypeFunctionLibrary}}}},
									ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
									Name:              common.String("EXAMPLE-name-Value"),
									DefaultConnection: common.String("EXAMPLE-defaultConnection-Value"),
									Description:       common.String("EXAMPLE-description-Value"),
									Identifier:        common.String("EXAMPLE-identifier-Value")},
								FingerPrint:           common.String("EXAMPLE-fingerPrint-Value"),
								Identifier:            common.String("EXAMPLE-identifier-Value"),
								KeyMap:                map[string]string{"EXAMPLE_KEY_4g69c": "EXAMPLE_VALUE_mcAxg9frSBpuqZkSDtOG"},
								ModelVersion:          common.String("EXAMPLE-modelVersion-Value"),
								UserId:                common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value"),
								CredentialFileContent: common.String("EXAMPLE-credentialFileContent-Value"),
								Description:           common.String("EXAMPLE-description-Value"),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								Name:         common.String("EXAMPLE-name-Value"),
								ObjectStatus: common.Int(211)},
							StagingDataAsset: &dataintegration.DataAssetSummaryFromObjectStorage{Name: common.String("EXAMPLE-name-Value"),
								NativeTypeSystem: &dataintegration.TypeSystem{ObjectStatus: common.Int(377),
									ObjectVersion: common.Int(401),
									Types: []dataintegration.DataType{dataintegration.DataType{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
										ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
											Parent: common.String("EXAMPLE-parent-Value")},
										TypeSystemName: common.String("EXAMPLE-typeSystemName-Value"),
										ConfigDefinition: &dataintegration.ConfigDefinition{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
											RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
											ConfigParameterDefinitions: map[string]dataintegration.ConfigParameterDefinition{"EXAMPLE_KEY_e1Wx2": dataintegration.ConfigParameterDefinition{ClassFieldName: common.String("EXAMPLE-classFieldName-Value"),
												DefaultValue:      &defaultValue,
												Description:       common.String("EXAMPLE-description-Value"),
												IsClassFieldValue: common.Bool(false),
												IsStatic:          common.Bool(false),
												ParameterName:     common.String("EXAMPLE-parameterName-Value"),
												ParameterType: dataintegration.CompositeType{ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
													Parent: common.String("EXAMPLE-parent-Value")},
													Description: common.String("EXAMPLE-description-Value"),
													Elements: []dataintegration.TypedObject{dataintegration.InputPort{Key: common.String("EXAMPLE-key-Value"),
														ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
														ObjectStatus: common.Int(158),
														PortType:     dataintegration.InputPortPortTypeModel,
														ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_Eed1j": dataintegration.ConfigParameterValue{IntValue: common.Int(41),
															ObjectValue:     &objectValue,
															ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
															RefValue:        &refValue,
															RootObjectValue: &rootObjectValue,
															StringValue:     common.String("EXAMPLE-stringValue-Value")}},
															ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
																RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
														Description: common.String("EXAMPLE-description-Value"),
														Name:        common.String("EXAMPLE-name-Value"),
														ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
															RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}}},
													Key:          common.String("EXAMPLE-key-Value"),
													ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
													Name:         common.String("EXAMPLE-name-Value"),
													ObjectStatus: common.Int(800)}}},
											IsContained:  common.Bool(false),
											Key:          common.String("EXAMPLE-key-Value"),
											ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
											Name:         common.String("EXAMPLE-name-Value"),
											ObjectStatus: common.Int(322)},
										Description:  common.String("EXAMPLE-description-Value"),
										DtType:       dataintegration.DataTypeDtTypePrimitive,
										Key:          common.String("EXAMPLE-key-Value"),
										Name:         common.String("EXAMPLE-name-Value"),
										ObjectStatus: common.Int(857)}},
									Identifier:   common.String("EXAMPLE-identifier-Value"),
									Key:          common.String("EXAMPLE-key-Value"),
									ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
									ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
										Parent: common.String("EXAMPLE-parent-Value")},
									TypeMappingFrom: map[string]string{"EXAMPLE_KEY_mqi9r": "EXAMPLE_VALUE_lKskYPvnP1kj2vPoGcA0"},
									TypeMappingTo:   map[string]string{"EXAMPLE_KEY_Rxk38": "EXAMPLE_VALUE_0DaUm8mZ47x5fiJ1elcI"},
									Description:     common.String("EXAMPLE-description-Value"),
									Name:            common.String("EXAMPLE-name-Value")},
								Description:     common.String("EXAMPLE-description-Value"),
								Identifier:      common.String("EXAMPLE-identifier-Value"),
								Key:             common.String("EXAMPLE-key-Value"),
								ModelVersion:    common.String("EXAMPLE-modelVersion-Value"),
								AssetProperties: map[string]string{"EXAMPLE_KEY_IBGb1": "EXAMPLE_VALUE_c5JAsjJvzLiuJNvkY0nS"},
								ObjectStatus:    common.Int(109),
								OciRegion:       common.String("EXAMPLE-ociRegion-Value"),
								Namespace:       common.String("EXAMPLE-namespace-Value"),
								DefaultConnection: &dataintegration.ConnectionSummaryFromObjectStorage{ConnectionProperties: []dataintegration.ConnectionProperty{dataintegration.ConnectionProperty{Name: common.String("EXAMPLE-name-Value"),
									Value: common.String("EXAMPLE-value-Value")}},
									Description: common.String("EXAMPLE-description-Value"),
									FingerPrint: common.String("EXAMPLE-fingerPrint-Value"),
									IsDefault:   common.Bool(false),
									KeyMap:      map[string]string{"EXAMPLE_KEY_ecp6D": "EXAMPLE_VALUE_2LDl3sHLQl3cVB5TSSd2"},
									Metadata: &dataintegration.ObjectMetadata{RegistryVersion: common.Int(509),
										CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(99),
											ObjectType: dataintegration.CountStatisticSummaryObjectTypeFunctionLibrary}}},
										CreatedBy:     common.String("EXAMPLE-createdBy-Value"),
										InfoFields:    map[string]string{"EXAMPLE_KEY_IzLRb": "EXAMPLE_VALUE_cRVKgmy5Csn5s8CAuF2z"},
										IsFavorite:    common.Bool(false),
										TimeCreated:   &common.SDKTime{Time: time.Now()},
										TimeUpdated:   &common.SDKTime{Time: time.Now()},
										UpdatedBy:     common.String("EXAMPLE-updatedBy-Value"),
										UpdatedByName: common.String("EXAMPLE-updatedByName-Value"),
										Aggregator: &dataintegration.AggregatorSummary{Name: common.String("EXAMPLE-name-Value"),
											Type:        common.String("EXAMPLE-type-Value"),
											Description: common.String("EXAMPLE-description-Value"),
											Identifier:  common.String("EXAMPLE-identifier-Value"),
											Key:         common.String("EXAMPLE-key-Value")},
										AggregatorKey:  common.String("EXAMPLE-aggregatorKey-Value"),
										CreatedByName:  common.String("EXAMPLE-createdByName-Value"),
										IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
										Labels:         []string{"EXAMPLE--Value"}},
									ObjectVersion: common.Int(695),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									CredentialFileContent: common.String("EXAMPLE-credentialFileContent-Value"),
									Key:                   common.String("EXAMPLE-key-Value"),
									ModelVersion:          common.String("EXAMPLE-modelVersion-Value"),
									Name:                  common.String("EXAMPLE-name-Value"),
									ObjectStatus:          common.Int(425),
									PassPhrase:            common.String("EXAMPLE-passPhrase-Value"),
									Identifier:            common.String("EXAMPLE-identifier-Value"),
									PrimarySchema: &dataintegration.Schema{ExternalKey: common.String("EXAMPLE-externalKey-Value"),
										Identifier:      common.String("EXAMPLE-identifier-Value"),
										IsHasContainers: common.Bool(true),
										Key:             common.String("EXAMPLE-key-Value"),
										Metadata: &dataintegration.ObjectMetadata{TimeUpdated: &common.SDKTime{Time: time.Now()},
											UpdatedBy: common.String("EXAMPLE-updatedBy-Value"),
											CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectType: dataintegration.CountStatisticSummaryObjectTypeConnection,
												ObjectCount: common.Int64(454)}}},
											CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
											CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
											InfoFields:      map[string]string{"EXAMPLE_KEY_pfOcQ": "EXAMPLE_VALUE_w2I48aaZtlsyc5mXcQak"},
											IsFavorite:      common.Bool(true),
											RegistryVersion: common.Int(803),
											UpdatedByName:   common.String("EXAMPLE-updatedByName-Value"),
											Aggregator: &dataintegration.AggregatorSummary{Description: common.String("EXAMPLE-description-Value"),
												Identifier: common.String("EXAMPLE-identifier-Value"),
												Key:        common.String("EXAMPLE-key-Value"),
												Name:       common.String("EXAMPLE-name-Value"),
												Type:       common.String("EXAMPLE-type-Value")},
											AggregatorKey:  common.String("EXAMPLE-aggregatorKey-Value"),
											IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
											Labels:         []string{"EXAMPLE--Value"},
											TimeCreated:    &common.SDKTime{Time: time.Now()}},
										ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
										DefaultConnection: common.String("EXAMPLE-defaultConnection-Value"),
										Name:              common.String("EXAMPLE-name-Value"),
										ObjectStatus:      common.Int(848),
										ObjectVersion:     common.Int(52),
										ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
											RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
										ResourceName: common.String("EXAMPLE-resourceName-Value"),
										Description:  common.String("EXAMPLE-description-Value")},
									UserId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value")},
								ExternalKey: common.String("EXAMPLE-externalKey-Value"),
								Metadata: &dataintegration.ObjectMetadata{CreatedBy: common.String("EXAMPLE-createdBy-Value"),
									CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
									InfoFields:      map[string]string{"EXAMPLE_KEY_EliDC": "EXAMPLE_VALUE_GezykfIS1bZRtA7ZZIAA"},
									Labels:          []string{"EXAMPLE--Value"},
									RegistryVersion: common.Int(500),
									TimeUpdated:     &common.SDKTime{Time: time.Now()},
									Aggregator: &dataintegration.AggregatorSummary{Key: common.String("EXAMPLE-key-Value"),
										Name:        common.String("EXAMPLE-name-Value"),
										Type:        common.String("EXAMPLE-type-Value"),
										Description: common.String("EXAMPLE-description-Value"),
										Identifier:  common.String("EXAMPLE-identifier-Value")},
									AggregatorKey:  common.String("EXAMPLE-aggregatorKey-Value"),
									IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
									IsFavorite:     common.Bool(true),
									TimeCreated:    &common.SDKTime{Time: time.Now()},
									UpdatedBy:      common.String("EXAMPLE-updatedBy-Value"),
									UpdatedByName:  common.String("EXAMPLE-updatedByName-Value"),
									CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(959),
										ObjectType: dataintegration.CountStatisticSummaryObjectTypeTask}}}},
								ObjectVersion: common.Int(147),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								TenancyId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value"),
								Url:       common.String("EXAMPLE-url-Value")},
							BucketSchema: &dataintegration.Schema{DefaultConnection: common.String("EXAMPLE-defaultConnection-Value"),
								Identifier:      common.String("EXAMPLE-identifier-Value"),
								IsHasContainers: common.Bool(false),
								Name:            common.String("EXAMPLE-name-Value"),
								ObjectStatus:    common.Int(354),
								ObjectVersion:   common.Int(539),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								Description: common.String("EXAMPLE-description-Value"),
								ExternalKey: common.String("EXAMPLE-externalKey-Value"),
								Key:         common.String("EXAMPLE-key-Value"),
								Metadata: &dataintegration.ObjectMetadata{IsFavorite: common.Bool(true),
									Labels:        []string{"EXAMPLE--Value"},
									TimeUpdated:   &common.SDKTime{Time: time.Now()},
									UpdatedBy:     common.String("EXAMPLE-updatedBy-Value"),
									UpdatedByName: common.String("EXAMPLE-updatedByName-Value"),
									Aggregator: &dataintegration.AggregatorSummary{Description: common.String("EXAMPLE-description-Value"),
										Identifier: common.String("EXAMPLE-identifier-Value"),
										Key:        common.String("EXAMPLE-key-Value"),
										Name:       common.String("EXAMPLE-name-Value"),
										Type:       common.String("EXAMPLE-type-Value")},
									AggregatorKey: common.String("EXAMPLE-aggregatorKey-Value"),
									CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectType: dataintegration.CountStatisticSummaryObjectTypeFolder,
										ObjectCount: common.Int64(637)}}},
									CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
									IdentifierPath:  common.String("EXAMPLE-identifierPath-Value"),
									InfoFields:      map[string]string{"EXAMPLE_KEY_Q5fsL": "EXAMPLE_VALUE_TTp41ExYJhOnyyZbI7uO"},
									RegistryVersion: common.Int(445),
									TimeCreated:     &common.SDKTime{Time: time.Now()},
									CreatedBy:       common.String("EXAMPLE-createdBy-Value")},
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								ResourceName: common.String("EXAMPLE-resourceName-Value")},
							FetchNextRowsParameter: common.String("EXAMPLE-fetchNextRowsParameter-Value"),
							FetchSize:              common.Int(420)}},
					Entity: dataintegration.DerivedEntity{Identifier: common.String("EXAMPLE-identifier-Value"),
						Key: common.String("EXAMPLE-key-Value"),
						Metadata: &dataintegration.ObjectMetadata{TimeUpdated: &common.SDKTime{Time: time.Now()},
							UpdatedBy:     common.String("EXAMPLE-updatedBy-Value"),
							UpdatedByName: common.String("EXAMPLE-updatedByName-Value"),
							Aggregator: &dataintegration.AggregatorSummary{Description: common.String("EXAMPLE-description-Value"),
								Identifier: common.String("EXAMPLE-identifier-Value"),
								Key:        common.String("EXAMPLE-key-Value"),
								Name:       common.String("EXAMPLE-name-Value"),
								Type:       common.String("EXAMPLE-type-Value")},
							AggregatorKey: common.String("EXAMPLE-aggregatorKey-Value"),
							CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(948),
								ObjectType: dataintegration.CountStatisticSummaryObjectTypeFunctionLibrary}}},
							CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
							CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
							IdentifierPath:  common.String("EXAMPLE-identifierPath-Value"),
							RegistryVersion: common.Int(834),
							TimeCreated:     &common.SDKTime{Time: time.Now()},
							InfoFields:      map[string]string{"EXAMPLE_KEY_hgEEg": "EXAMPLE_VALUE_GASp0GWLVA362qGCoJNw"},
							IsFavorite:      common.Bool(false),
							Labels:          []string{"EXAMPLE--Value"}},
						Name:          common.String("EXAMPLE-name-Value"),
						ObjectStatus:  common.Int(830),
						ShapeId:       common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value"),
						ObjectVersion: common.Int(553),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						Shape: &dataintegration.Shape{Key: common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_3fumj": dataintegration.ConfigParameterValue{IntValue: common.Int(315),
								ObjectValue:     &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue,
								StringValue:     common.String("EXAMPLE-stringValue-Value")}},
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
							Description:  common.String("EXAMPLE-description-Value"),
							ObjectStatus: common.Int(699),
							Type: dataintegration.MapType{Key: common.String("EXAMPLE-key-Value"),
								KeyElementType:   common.String("EXAMPLE-keyElementType-Value"),
								ModelVersion:     common.String("EXAMPLE-modelVersion-Value"),
								ObjectStatus:     common.Int(241),
								ValueElementType: common.String("EXAMPLE-valueElementType-Value"),
								ContainsNull:     common.Bool(false),
								Name:             common.String("EXAMPLE-name-Value"),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								Description: common.String("EXAMPLE-description-Value")}},
						RefDataObject: dataintegration.ReferencedDataObjectFromProcedure{ExternalKey: common.String("EXAMPLE-externalKey-Value"),
							Key:          common.String("EXAMPLE-key-Value"),
							ObjectStatus: common.Int(93),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							ResourceName:  common.String("EXAMPLE-resourceName-Value"),
							ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
							Name:          common.String("EXAMPLE-name-Value"),
							ObjectVersion: common.Int(454)},
						Mode:              dataintegration.DerivedEntityModeOut,
						ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
						DerivedProperties: map[string]interface{}{"EXAMPLE_KEY_n6XBJ": "EXAMPLE--Value"},
						ResourceName:      common.String("EXAMPLE-resourceName-Value")},
					FixedDataShape: &dataintegration.Shape{Key: common.String("EXAMPLE-key-Value"),
						ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
						Name:         common.String("EXAMPLE-name-Value"),
						ObjectStatus: common.Int(253),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						Type: dataintegration.DynamicType{Name: common.String("EXAMPLE-name-Value"),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							Key:          common.String("EXAMPLE-key-Value"),
							ObjectStatus: common.Int(174),
							TypeHandler: dataintegration.RuleTypeConfig{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_gIons": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(150),
									ObjectValue:     &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
								Key:          common.String("EXAMPLE-key-Value"),
								ObjectStatus: common.Int(407),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								ProjectionRules: []dataintegration.ProjectionRule{dataintegration.TypedNamePatternRule{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_fkrGY": dataintegration.ConfigParameterValue{IntValue: common.Int(297),
									ObjectValue:     &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value")}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
									IsCaseSensitive:             common.Bool(false),
									IsSkipRemainingRulesOnMatch: common.Bool(false),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									Scope:             &scope,
									IsJavaRegexSyntax: common.Bool(false),
									ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
									RuleType:          dataintegration.TypedNamePatternRuleRuleTypeExclude,
									Description:       common.String("EXAMPLE-description-Value"),
									IsCascade:         common.Bool(true),
									Key:               common.String("EXAMPLE-key-Value"),
									ObjectStatus:      common.Int(741),
									Pattern:           common.String("EXAMPLE-pattern-Value"),
									MatchingStrategy:  dataintegration.TypedNamePatternRuleMatchingStrategyNameOnly,
									Names:             []string{"EXAMPLE--Value"},
									Types:             []interface{}{"EXAMPLE-types-Value"}}},
								Scope: &scope,
								ScopeReference: &dataintegration.ScopeReference{RefObjectName: common.String("EXAMPLE-refObjectName-Value"),
									ReferenceObject: common.String("EXAMPLE-referenceObject-Value"),
									ReferenceType:   dataintegration.ScopeReferenceReferenceTypeDirectRef},
								IsOrderByRule: common.Bool(false)},
							ConfigDefinition: &dataintegration.ConfigDefinition{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								ConfigParameterDefinitions: map[string]dataintegration.ConfigParameterDefinition{"EXAMPLE_KEY_odtaU": dataintegration.ConfigParameterDefinition{ClassFieldName: common.String("EXAMPLE-classFieldName-Value"),
									DefaultValue:      &defaultValue,
									Description:       common.String("EXAMPLE-description-Value"),
									IsClassFieldValue: common.Bool(true),
									IsStatic:          common.Bool(false),
									ParameterName:     common.String("EXAMPLE-parameterName-Value")}},
								IsContained:  common.Bool(false),
								Key:          common.String("EXAMPLE-key-Value"),
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								ObjectStatus: common.Int(595)},
							Description:  common.String("EXAMPLE-description-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value")},
						ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_3AsBZ": dataintegration.ConfigParameterValue{IntValue: common.Int(166),
							ObjectValue:     &objectValue,
							ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
							RefValue:        &refValue,
							RootObjectValue: &rootObjectValue,
							StringValue:     common.String("EXAMPLE-stringValue-Value")}},
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
						Description: common.String("EXAMPLE-description-Value")},
					ObjectVersion: common.Int(218),
					OpConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_bxEBa": dataintegration.ConfigParameterValue{RefValue: &refValue,
						RootObjectValue: &rootObjectValue,
						StringValue:     common.String("EXAMPLE-stringValue-Value"),
						IntValue:        common.Int(473),
						ObjectValue:     &objectValue,
						ParameterValue:  common.String("EXAMPLE-parameterValue-Value")}},
						ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
							Parent: common.String("EXAMPLE-parent-Value")}},
					ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
						RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
					SchemaDriftConfig: &dataintegration.SchemaDriftConfig{DataTypeChangeHandling: dataintegration.SchemaDriftConfigDataTypeChangeHandlingAllow,
						ExtraColumnHandling:          dataintegration.SchemaDriftConfigExtraColumnHandlingNullFillup,
						IsValidationWarningIfAllowed: common.Bool(true),
						MissingColumnHandling:        dataintegration.SchemaDriftConfigMissingColumnHandlingNullSelect},
					Description: common.String("EXAMPLE-description-Value")},
				ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
					RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
				UiProperties: &dataintegration.UiProperties{CoordinateX: common.Float32(9513.148),
					CoordinateY: common.Float32(5337.071)},
				Description: common.String("EXAMPLE-description-Value"),
				InputLinks: []dataintegration.InputLink{dataintegration.InputLink{ObjectStatus: common.Int(282),
					ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
						RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
					Port:        common.String("EXAMPLE-port-Value"),
					Description: common.String("EXAMPLE-description-Value"),
					FieldMap: dataintegration.RuleBasedFieldMap{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_QzbRk": dataintegration.ConfigParameterValue{IntValue: common.Int(359),
						ObjectValue:     &objectValue,
						ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
						RefValue:        &refValue,
						RootObjectValue: &rootObjectValue,
						StringValue:     common.String("EXAMPLE-stringValue-Value")}},
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
						Description:  common.String("EXAMPLE-description-Value"),
						MapType:      dataintegration.RuleBasedFieldMapMapTypeMapbypattern,
						ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus: common.Int(801),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						FromPattern: common.String("EXAMPLE-fromPattern-Value"),
						FromRuleConfig: &dataintegration.RuleTypeConfig{IsOrderByRule: common.Bool(false),
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus: common.Int(340),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							ProjectionRules: []dataintegration.ProjectionRule{dataintegration.RenameRule{Description: common.String("EXAMPLE-description-Value"),
								FromName:     common.String("EXAMPLE-fromName-Value"),
								ObjectStatus: common.Int(574),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								ToName: common.String("EXAMPLE-toName-Value"),
								ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_gaZEz": dataintegration.ConfigParameterValue{RefValue: &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(961),
									ObjectValue:     &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value")}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
								IsJavaRegexSyntax:           common.Bool(true),
								IsSkipRemainingRulesOnMatch: common.Bool(false),
								Key:                         common.String("EXAMPLE-key-Value"),
								ModelVersion:                common.String("EXAMPLE-modelVersion-Value")}},
							Scope: &scope,
							ScopeReference: &dataintegration.ScopeReference{ReferenceType: dataintegration.ScopeReferenceReferenceTypeOciFunctionInputShape,
								RefObjectName:   common.String("EXAMPLE-refObjectName-Value"),
								ReferenceObject: common.String("EXAMPLE-referenceObject-Value")},
							ConfigValues: &dataintegration.ConfigValues{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_T9MKH": dataintegration.ConfigParameterValue{IntValue: common.Int(583),
									ObjectValue:     &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value")}}}},
						IsJavaRegexSyntax: common.Bool(false),
						Key:               common.String("EXAMPLE-key-Value"),
						ToPattern:         common.String("EXAMPLE-toPattern-Value"),
						ToRuleConfig: &dataintegration.RuleTypeConfig{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_SC4QG": dataintegration.ConfigParameterValue{ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
							RefValue:        &refValue,
							RootObjectValue: &rootObjectValue,
							StringValue:     common.String("EXAMPLE-stringValue-Value"),
							IntValue:        common.Int(276),
							ObjectValue:     &objectValue}},
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus: common.Int(642),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							ProjectionRules: []dataintegration.ProjectionRule{dataintegration.GroupedNamePatternRule{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								Pattern:           common.String("EXAMPLE-pattern-Value"),
								RuleType:          dataintegration.GroupedNamePatternRuleRuleTypeExclude,
								Scope:             &scope,
								Description:       common.String("EXAMPLE-description-Value"),
								IsJavaRegexSyntax: common.Bool(false),
								Key:               common.String("EXAMPLE-key-Value"),
								ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_ramph": dataintegration.ConfigParameterValue{RootObjectValue: &rootObjectValue,
									StringValue:    common.String("EXAMPLE-stringValue-Value"),
									IntValue:       common.Int(200),
									ObjectValue:    &objectValue,
									ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
									RefValue:       &refValue}},
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
								IsCascade:                   common.Bool(true),
								IsSkipRemainingRulesOnMatch: common.Bool(false),
								ModelVersion:                common.String("EXAMPLE-modelVersion-Value"),
								Name:                        common.String("EXAMPLE-name-Value"),
								IsCaseSensitive:             common.Bool(true),
								MatchingStrategy:            dataintegration.GroupedNamePatternRuleMatchingStrategyNameOnly,
								ObjectStatus:                common.Int(863)}},
							Scope: &scope,
							ScopeReference: &dataintegration.ScopeReference{RefObjectName: common.String("EXAMPLE-refObjectName-Value"),
								ReferenceObject: common.String("EXAMPLE-referenceObject-Value"),
								ReferenceType:   dataintegration.ScopeReferenceReferenceTypeBoundEntityShape},
							IsOrderByRule: common.Bool(false)}},
					Key:          common.String("EXAMPLE-key-Value"),
					ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
					FromLink:     common.String("EXAMPLE-fromLink-Value")}},
				ModelType:    common.String("EXAMPLE-modelType-Value"),
				ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
				Name:         common.String("EXAMPLE-name-Value")}},
			ObjectStatus: common.Int(591)}}

	// Send the request using the service client
	resp, err := client.CreateDataFlow(context.Background(), req)
	helpers.FatalIfError(err)

	// Retrieve value from the response.
	fmt.Println(resp)
}