// 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 ExampleCreateDataFlowValidation() {
	// 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 wrappedType interface{}
	wrappedType = "EXAMPLE-wrappedType-Value"
	req := dataintegration.CreateDataFlowValidationRequest{OpcRequestId: common.String("XITFKCX4VIBM0JUPWBEO<unique_ID>"),
		OpcRetryToken: common.String("EXAMPLE-opcRetryToken-Value"),
		WorkspaceId:   common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value"),
		CreateDataFlowValidationDetails: dataintegration.CreateDataFlowValidationDetails{Metadata: &dataintegration.ObjectMetadata{CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(826),
			ObjectType: dataintegration.CountStatisticSummaryObjectTypeFunctionLibrary}}},
			CreatedBy:      common.String("EXAMPLE-createdBy-Value"),
			IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
			InfoFields:     map[string]string{"EXAMPLE_KEY_H0vlW": "EXAMPLE_VALUE_FWYLYAIPfxOGp5wJXOVp"},
			Labels:         []string{"EXAMPLE--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")},
			CreatedByName:   common.String("EXAMPLE-createdByName-Value"),
			IsFavorite:      common.Bool(true),
			RegistryVersion: common.Int(241),
			TimeCreated:     &common.SDKTime{Time: time.Now()},
			TimeUpdated:     &common.SDKTime{Time: time.Now()},
			UpdatedBy:       common.String("EXAMPLE-updatedBy-Value"),
			AggregatorKey:   common.String("EXAMPLE-aggregatorKey-Value")},
			ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
			Name:         common.String("EXAMPLE-name-Value"),
			FlowConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_QlrAV": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
				ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
				RefValue:        &refValue,
				RootObjectValue: &rootObjectValue,
				StringValue:     common.String("EXAMPLE-stringValue-Value"),
				IntValue:        common.Int(997)}},
				ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
					RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
			KeyMap: map[string]string{"EXAMPLE_KEY_AjBt1": "EXAMPLE_VALUE_GK0bAVuo0kDtcWHUdJ1H"},
			Parameters: []dataintegration.Parameter{dataintegration.Parameter{Name: common.String("EXAMPLE-name-Value"),
				OutputAggregationType: dataintegration.ParameterOutputAggregationTypeSum,
				ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
					Parent: common.String("EXAMPLE-parent-Value")},
				RootObjectDefaultValue: &rootObjectDefaultValue,
				Type:                   &type_,
				TypeName:               common.String("EXAMPLE-typeName-Value"),
				UsedFor:                common.String("EXAMPLE-usedFor-Value"),
				IsInput:                common.Bool(false),
				Key:                    common.String("EXAMPLE-key-Value"),
				ObjectStatus:           common.Int(40),
				ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_guOhQ": dataintegration.ConfigParameterValue{IntValue: common.Int(737),
					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")}},
				DefaultValue: &defaultValue,
				Description:  common.String("EXAMPLE-description-Value"),
				IsOutput:     common.Bool(true),
				ModelVersion: common.String("EXAMPLE-modelVersion-Value")}},
			Identifier: common.String("EXAMPLE-identifier-Value"),
			ModelType:  common.String("EXAMPLE-modelType-Value"),
			Nodes: []dataintegration.FlowNode{dataintegration.FlowNode{ObjectStatus: common.Int(780),
				Operator: dataintegration.Source{Description: common.String("EXAMPLE-description-Value"),
					IsPredefinedShape: common.Bool(false),
					Key:               common.String("EXAMPLE-key-Value"),
					Identifier:        common.String("EXAMPLE-identifier-Value"),
					InputPorts: []dataintegration.InputPort{dataintegration.InputPort{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_rHJm5": dataintegration.ConfigParameterValue{RefValue: &refValue,
						RootObjectValue: &rootObjectValue,
						StringValue:     common.String("EXAMPLE-stringValue-Value"),
						IntValue:        common.Int(77),
						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")}},
						Description:  common.String("EXAMPLE-description-Value"),
						Key:          common.String("EXAMPLE-key-Value"),
						Name:         common.String("EXAMPLE-name-Value"),
						ObjectStatus: common.Int(967),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						Fields: []dataintegration.TypedObject{dataintegration.Shape{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_Zthha": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
							IntValue:        common.Int(804),
							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"),
							Type: dataintegration.ArrayType{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								ObjectStatus: common.Int(52),
								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"),
								ElementType: common.String("EXAMPLE-elementType-Value"),
								Key:         common.String("EXAMPLE-key-Value")},
							Description:  common.String("EXAMPLE-description-Value"),
							Key:          common.String("EXAMPLE-key-Value"),
							ObjectStatus: common.Int(509),
							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"),
						PortType:     dataintegration.InputPortPortTypeModel}},
					Name:         common.String("EXAMPLE-name-Value"),
					ObjectStatus: common.Int(207),
					OpConfigValues: &dataintegration.ConfigValues{ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
						Parent: common.String("EXAMPLE-parent-Value")},
						ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_JXSDW": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
							IntValue:        common.Int(67),
							ObjectValue:     &objectValue,
							ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
							RefValue:        &refValue,
							RootObjectValue: &rootObjectValue}}},
					Entity: dataintegration.DataEntityFromView{Key: common.String("EXAMPLE-key-Value"),
						OtherTypeLabel: common.String("EXAMPLE-otherTypeLabel-Value"),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						ShapeId:     common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value"),
						Description: common.String("EXAMPLE-description-Value"),
						ExternalKey: common.String("EXAMPLE-externalKey-Value"),
						ForeignKeys: []dataintegration.ForeignKey{dataintegration.ForeignKey{DeleteRule: common.Int(848),
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus: common.Int(619),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							AttributeRefs: []dataintegration.KeyAttribute{dataintegration.KeyAttribute{Attribute: &dataintegration.ShapeField{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_vBWJq": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(390)}}},
								Key:          common.String("EXAMPLE-key-Value"),
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
									Parent: common.String("EXAMPLE-parent-Value")},
								Type:        &type_,
								Description: common.String("EXAMPLE-description-Value"),
								Labels:      []string{"EXAMPLE--Value"},
								NativeShapeField: &dataintegration.NativeShapeField{Type: &type_,
									ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_O3EkN": dataintegration.ConfigParameterValue{IntValue: common.Int(56),
										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")}},
									DefaultValueString: common.String("EXAMPLE-defaultValueString-Value"),
									IsMandatory:        common.Bool(true),
									Name:               common.String("EXAMPLE-name-Value"),
									Position:           common.Int(486)},
								ObjectStatus: common.Int(546)},
								Position: common.Int(412),
								ShapeField: &dataintegration.ShapeField{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_uSh1t": dataintegration.ConfigParameterValue{IntValue: common.Int(159),
									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"),
									Labels:       []string{"EXAMPLE--Value"},
									ObjectStatus: common.Int(768),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									Type:         &type_,
									Key:          common.String("EXAMPLE-key-Value"),
									ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
									Name:         common.String("EXAMPLE-name-Value"),
									NativeShapeField: &dataintegration.NativeShapeField{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_GDoyp": dataintegration.ConfigParameterValue{ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
										RefValue:        &refValue,
										RootObjectValue: &rootObjectValue,
										StringValue:     common.String("EXAMPLE-stringValue-Value"),
										IntValue:        common.Int(981),
										ObjectValue:     &objectValue}},
										ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
											Parent: common.String("EXAMPLE-parent-Value")}},
										DefaultValueString: common.String("EXAMPLE-defaultValueString-Value"),
										IsMandatory:        common.Bool(false),
										Name:               common.String("EXAMPLE-name-Value"),
										Position:           common.Int(5),
										Type:               &type_}}}},
							Name: common.String("EXAMPLE-name-Value"),
							ReferenceUniqueKey: dataintegration.PrimaryKey{Name: common.String("EXAMPLE-name-Value"),
								ObjectStatus: common.Int(663),
								ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
									Parent: common.String("EXAMPLE-parent-Value")},
								AttributeRefs: []dataintegration.KeyAttribute{dataintegration.KeyAttribute{ShapeField: &dataintegration.ShapeField{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"),
									NativeShapeField: &dataintegration.NativeShapeField{Position: common.Int(650),
										Type: &type_,
										ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_5ymBL": dataintegration.ConfigParameterValue{ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
											RefValue:        &refValue,
											RootObjectValue: &rootObjectValue,
											StringValue:     common.String("EXAMPLE-stringValue-Value"),
											IntValue:        common.Int(702),
											ObjectValue:     &objectValue}},
											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(false),
										Name:               common.String("EXAMPLE-name-Value")},
									Type: &type_,
									ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_7ctgl": dataintegration.ConfigParameterValue{IntValue: common.Int(638),
										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"),
									Labels:       []string{"EXAMPLE--Value"},
									ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
									ObjectStatus: common.Int(255)},
									Attribute: &dataintegration.ShapeField{NativeShapeField: &dataintegration.NativeShapeField{Name: common.String("EXAMPLE-name-Value"),
										Position: common.Int(915),
										Type:     &type_,
										ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_Ei00D": dataintegration.ConfigParameterValue{ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
											RefValue:        &refValue,
											RootObjectValue: &rootObjectValue,
											StringValue:     common.String("EXAMPLE-stringValue-Value"),
											IntValue:        common.Int(198),
											ObjectValue:     &objectValue}},
											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(false)},
										ObjectStatus: common.Int(846),
										Type:         &type_,
										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_bKl0W": dataintegration.ConfigParameterValue{ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
												RefValue:        &refValue,
												RootObjectValue: &rootObjectValue,
												StringValue:     common.String("EXAMPLE-stringValue-Value"),
												IntValue:        common.Int(128),
												ObjectValue:     &objectValue}}},
										Description:  common.String("EXAMPLE-description-Value"),
										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")},
										Labels: []string{"EXAMPLE--Value"}},
									Position: common.Int(30)}},
								Key:          common.String("EXAMPLE-key-Value"),
								ModelVersion: common.String("EXAMPLE-modelVersion-Value")},
							UpdateRule: common.Int(812)}},
						Metadata: &dataintegration.ObjectMetadata{IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
							IsFavorite:      common.Bool(true),
							RegistryVersion: common.Int(34),
							UpdatedBy:       common.String("EXAMPLE-updatedBy-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")},
							CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(956),
								ObjectType: dataintegration.CountStatisticSummaryObjectTypeApplication}}},
							CreatedBy:     common.String("EXAMPLE-createdBy-Value"),
							InfoFields:    map[string]string{"EXAMPLE_KEY_DZoGt": "EXAMPLE_VALUE_0Do769hhjqI2ZSnqnSrM"},
							Labels:        []string{"EXAMPLE--Value"},
							TimeCreated:   &common.SDKTime{Time: time.Now()},
							TimeUpdated:   &common.SDKTime{Time: time.Now()},
							UpdatedByName: common.String("EXAMPLE-updatedByName-Value"),
							AggregatorKey: common.String("EXAMPLE-aggregatorKey-Value"),
							CreatedByName: common.String("EXAMPLE-createdByName-Value")},
						ObjectVersion: common.Int(106),
						EntityType:    dataintegration.DataEntityFromViewEntityTypeView,
						Identifier:    common.String("EXAMPLE-identifier-Value"),
						ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus:  common.Int(883),
						ResourceName:  common.String("EXAMPLE-resourceName-Value"),
						Shape: &dataintegration.Shape{Name: common.String("EXAMPLE-name-Value"),
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus: common.Int(709),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							Type: dataintegration.MaterializedCompositeType{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								ObjectStatus: common.Int(644),
								PathNames:    []string{"EXAMPLE--Value"},
								ConfigDefinition: &dataintegration.ConfigDefinition{Name: common.String("EXAMPLE-name-Value"),
									ObjectStatus: common.Int(15),
									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_yxynE": 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")},
								Elements: []string{"EXAMPLE--Value"},
								Key:      common.String("EXAMPLE-key-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")},
								Description: common.String("EXAMPLE-description-Value")},
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_7HQhi": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
								IntValue:        common.Int(609),
								ObjectValue:     &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue}},
								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")},
						UniqueKeys: []dataintegration.UniqueKey{dataintegration.UniqueDataKey{Key: common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ObjectStatus: common.Int(724),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							AttributeRefs: []dataintegration.KeyAttribute{dataintegration.KeyAttribute{Attribute: &dataintegration.ShapeField{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_jbQ1q": dataintegration.ConfigParameterValue{IntValue: common.Int(914),
								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(38),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								Type:         &type_,
								Description:  common.String("EXAMPLE-description-Value"),
								Key:          common.String("EXAMPLE-key-Value"),
								Labels:       []string{"EXAMPLE--Value"},
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								NativeShapeField: &dataintegration.NativeShapeField{IsMandatory: common.Bool(true),
									Name:     common.String("EXAMPLE-name-Value"),
									Position: common.Int(443),
									Type:     &type_,
									ConfigValues: &dataintegration.ConfigValues{ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
										Parent: common.String("EXAMPLE-parent-Value")},
										ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_NBgWo": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
											ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
											RefValue:        &refValue,
											RootObjectValue: &rootObjectValue,
											StringValue:     common.String("EXAMPLE-stringValue-Value"),
											IntValue:        common.Int(926)}}},
									DefaultValueString: common.String("EXAMPLE-defaultValueString-Value")}},
								Position: common.Int(198),
								ShapeField: &dataintegration.ShapeField{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
									Name: common.String("EXAMPLE-name-Value"),
									NativeShapeField: &dataintegration.NativeShapeField{Name: common.String("EXAMPLE-name-Value"),
										Position: common.Int(142),
										Type:     &type_,
										ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_UbuZp": dataintegration.ConfigParameterValue{IntValue: common.Int(717),
											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")}},
										DefaultValueString: common.String("EXAMPLE-defaultValueString-Value"),
										IsMandatory:        common.Bool(false)},
									ObjectStatus: common.Int(126),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									Type: &type_,
									ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_wBcMz": dataintegration.ConfigParameterValue{StringValue: common.String("EXAMPLE-stringValue-Value"),
										IntValue:        common.Int(516),
										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")}},
									Description: common.String("EXAMPLE-description-Value"),
									Key:         common.String("EXAMPLE-key-Value"),
									Labels:      []string{"EXAMPLE--Value"}}}}}},
						Name: common.String("EXAMPLE-name-Value"),
						Types: &dataintegration.TypeLibrary{ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
							Types: map[string]dataintegration.DerivedType{"EXAMPLE_KEY_Id453": dataintegration.DerivedType{Description: common.String("EXAMPLE-description-Value"),
								Key:          common.String("EXAMPLE-key-Value"),
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								Name:         common.String("EXAMPLE-name-Value"),
								ObjectStatus: common.Int(967),
								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"),
							Description:   common.String("EXAMPLE-description-Value"),
							Identifier:    common.String("EXAMPLE-identifier-Value"),
							Key:           common.String("EXAMPLE-key-Value"),
							ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus:  common.Int(56),
							ObjectVersion: common.Int(565)}},
					FixedDataShape: &dataintegration.Shape{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")},
						Type: dataintegration.JavaType{Key: common.String("EXAMPLE-key-Value"),
							ObjectStatus: common.Int(537),
							JavaTypeName: common.String("EXAMPLE-javaTypeName-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")},
							ConfigDefinition: &dataintegration.ConfigDefinition{ConfigParameterDefinitions: map[string]dataintegration.ConfigParameterDefinition{"EXAMPLE_KEY_MVR2Z": dataintegration.ConfigParameterDefinition{IsStatic: common.Bool(true),
								ParameterName:     common.String("EXAMPLE-parameterName-Value"),
								ClassFieldName:    common.String("EXAMPLE-classFieldName-Value"),
								DefaultValue:      &defaultValue,
								Description:       common.String("EXAMPLE-description-Value"),
								IsClassFieldValue: common.Bool(false)}},
								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(94),
								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")},
						ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_tpr8n": dataintegration.ConfigParameterValue{IntValue: common.Int(110),
							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"),
						Key:          common.String("EXAMPLE-key-Value"),
						Name:         common.String("EXAMPLE-name-Value"),
						ObjectStatus: common.Int(399)},
					IsReadAccess: common.Bool(false),
					ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
					OutputPorts: []dataintegration.TypedObject{dataintegration.PivotField{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_nd5Nw": dataintegration.ConfigParameterValue{IntValue: common.Int(891),
						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"),
						Key:          common.String("EXAMPLE-key-Value"),
						ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
						Name:         common.String("EXAMPLE-name-Value"),
						ObjectStatus: common.Int(358),
						UseType: &dataintegration.ConfiguredType{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_bIaMn": dataintegration.ConfigParameterValue{IntValue: common.Int(551),
								ObjectValue:     &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue,
								StringValue:     common.String("EXAMPLE-stringValue-Value")}}},
							Description:  common.String("EXAMPLE-description-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus: common.Int(258),
							WrappedType:  &wrappedType,
							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_Pi1Vt": dataintegration.ConfigParameterDefinition{ParameterName: common.String("EXAMPLE-parameterName-Value"),
									ParameterType: dataintegration.DataType{Name: common.String("EXAMPLE-name-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"),
										Description:    common.String("EXAMPLE-description-Value"),
										ObjectStatus:   common.Int(50),
										DtType:         dataintegration.DataTypeDtTypeStructured,
										Key:            common.String("EXAMPLE-key-Value"),
										ModelVersion:   common.String("EXAMPLE-modelVersion-Value")},
									ClassFieldName:    common.String("EXAMPLE-classFieldName-Value"),
									DefaultValue:      &defaultValue,
									Description:       common.String("EXAMPLE-description-Value"),
									IsClassFieldValue: common.Bool(false),
									IsStatic:          common.Bool(true)}},
								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(640)},
							Key:  common.String("EXAMPLE-key-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")}},
						ColumnNamePattern: common.String("EXAMPLE-columnNamePattern-Value"),
						Expr: &dataintegration.Expression{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_5C8fP": dataintegration.ConfigParameterValue{ParameterValue: common.String("EXAMPLE-parameterValue-Value"),
							RefValue:        &refValue,
							RootObjectValue: &rootObjectValue,
							StringValue:     common.String("EXAMPLE-stringValue-Value"),
							IntValue:        common.Int(297),
							ObjectValue:     &objectValue}},
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
							ExprString:   common.String("EXAMPLE-exprString-Value"),
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							ObjectStatus: common.Int(729),
							ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
								RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						Type: dataintegration.ConfiguredType{ConfigDefinition: &dataintegration.ConfigDefinition{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ObjectStatus: common.Int(226),
							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_rXwJM": 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")},
							Description:  common.String("EXAMPLE-description-Value"),
							Key:          common.String("EXAMPLE-key-Value"),
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ObjectStatus: common.Int(289),
							ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
								Parent: common.String("EXAMPLE-parent-Value")},
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_v2hcC": dataintegration.ConfigParameterValue{RootObjectValue: &rootObjectValue,
								StringValue:    common.String("EXAMPLE-stringValue-Value"),
								IntValue:       common.Int(62),
								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")}},
							WrappedType: &wrappedType}}},
					Parameters: []dataintegration.Parameter{dataintegration.Parameter{Description: common.String("EXAMPLE-description-Value"),
						IsOutput:     common.Bool(false),
						Name:         common.String("EXAMPLE-name-Value"),
						ObjectStatus: common.Int(684),
						TypeName:     common.String("EXAMPLE-typeName-Value"),
						ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_la3iz": dataintegration.ConfigParameterValue{RootObjectValue: &rootObjectValue,
							StringValue:    common.String("EXAMPLE-stringValue-Value"),
							IntValue:       common.Int(650),
							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")}},
						IsInput:                common.Bool(true),
						RootObjectDefaultValue: &rootObjectDefaultValue,
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						Type:                  &type_,
						DefaultValue:          &defaultValue,
						Key:                   common.String("EXAMPLE-key-Value"),
						ModelVersion:          common.String("EXAMPLE-modelVersion-Value"),
						UsedFor:               common.String("EXAMPLE-usedFor-Value"),
						OutputAggregationType: dataintegration.ParameterOutputAggregationTypeMax}},
					ReadOperationConfig: &dataintegration.ReadOperationConfig{IncrementalReadConfig: &dataintegration.IncrementalReadConfig{LastExtractedDataEntityDate: []dataintegration.IncrementalDataEntityClause{dataintegration.IncrementalDataEntityClause{IncrementalComparator: dataintegration.IncrementalDataEntityClauseIncrementalComparatorContains,
						IncrementalDataEntityName:  common.String("EXAMPLE-incrementalDataEntityName-Value"),
						IncrementalDataEntityValue: map[string]string{"EXAMPLE_KEY_cMnvQ": "EXAMPLE_VALUE_S2IwEqyEa4Bd0mux8G2r"}}},
						LastExtractedFieldDate: []dataintegration.IncrementalFieldClause{dataintegration.IncrementalFieldClause{IncrementalComparator: dataintegration.IncrementalFieldClauseIncrementalComparatorLessthanequals,
							IncrementalFieldName:  common.String("EXAMPLE-incrementalFieldName-Value"),
							IncrementalFieldValue: map[string]string{"EXAMPLE_KEY_x58Kp": "EXAMPLE_VALUE_e4apRLBCuqOLV8b0ejNQ"}}}},
						Key:           common.String("EXAMPLE-key-Value"),
						ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
						ReadAttribute: dataintegration.OracleReadAttributes{FetchSize: common.Int(602)},
						CallAttribute: &dataintegration.BipCallAttribute{FetchSize: common.Int(186),
							OffsetParameter: common.String("EXAMPLE-offsetParameter-Value"),
							StagingConnection: &dataintegration.ConnectionSummaryFromObjectStorage{ObjectStatus: common.Int(41),
								ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
									RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
								PassPhrase: common.String("EXAMPLE-passPhrase-Value"),
								ConnectionProperties: []dataintegration.ConnectionProperty{dataintegration.ConnectionProperty{Name: common.String("EXAMPLE-name-Value"),
									Value: common.String("EXAMPLE-value-Value")}},
								IsDefault:             common.Bool(false),
								CredentialFileContent: common.String("EXAMPLE-credentialFileContent-Value"),
								FingerPrint:           common.String("EXAMPLE-fingerPrint-Value"),
								Key:                   common.String("EXAMPLE-key-Value"),
								KeyMap:                map[string]string{"EXAMPLE_KEY_unSFL": "EXAMPLE_VALUE_X7SjAme6C8r1hPRAmhJs"},
								Metadata: &dataintegration.ObjectMetadata{CreatedByName: common.String("EXAMPLE-createdByName-Value"),
									IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
									InfoFields:     map[string]string{"EXAMPLE_KEY_fgQtS": "EXAMPLE_VALUE_uPumXOHwX4VkZmMWCqNe"},
									Labels:         []string{"EXAMPLE--Value"},
									TimeUpdated:    &common.SDKTime{Time: time.Now()},
									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"),
									CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
									IsFavorite:      common.Bool(false),
									RegistryVersion: common.Int(295),
									TimeCreated:     &common.SDKTime{Time: time.Now()},
									UpdatedBy:       common.String("EXAMPLE-updatedBy-Value"),
									CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(734),
										ObjectType: dataintegration.CountStatisticSummaryObjectTypeDataAsset}}}},
								Name: common.String("EXAMPLE-name-Value"),
								PrimarySchema: &dataintegration.Schema{IsHasContainers: common.Bool(true),
									Key:           common.String("EXAMPLE-key-Value"),
									ObjectVersion: common.Int(711),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									ExternalKey: common.String("EXAMPLE-externalKey-Value"),
									Metadata: &dataintegration.ObjectMetadata{CreatedByName: common.String("EXAMPLE-createdByName-Value"),
										IsFavorite:      common.Bool(true),
										TimeCreated:     &common.SDKTime{Time: time.Now()},
										CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
										IdentifierPath:  common.String("EXAMPLE-identifierPath-Value"),
										InfoFields:      map[string]string{"EXAMPLE_KEY_JUnNM": "EXAMPLE_VALUE_mKoN3H0D68L9UXdPWiJH"},
										Labels:          []string{"EXAMPLE--Value"},
										RegistryVersion: common.Int(422),
										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.CountStatisticSummaryObjectTypeApplication,
											ObjectCount: common.Int64(832)}}}},
									ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
									Name:              common.String("EXAMPLE-name-Value"),
									ObjectStatus:      common.Int(210),
									ResourceName:      common.String("EXAMPLE-resourceName-Value"),
									DefaultConnection: common.String("EXAMPLE-defaultConnection-Value"),
									Description:       common.String("EXAMPLE-description-Value"),
									Identifier:        common.String("EXAMPLE-identifier-Value")},
								Description:   common.String("EXAMPLE-description-Value"),
								Identifier:    common.String("EXAMPLE-identifier-Value"),
								ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
								ObjectVersion: common.Int(209),
								UserId:        common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value")},
							StagingDataAsset: &dataintegration.DataAssetSummaryFromObjectStorage{AssetProperties: map[string]string{"EXAMPLE_KEY_63jkM": "EXAMPLE_VALUE_XOlJT1kkh55YGzGmpcxY"},
								Description:  common.String("EXAMPLE-description-Value"),
								ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
								ObjectStatus: common.Int(58),
								OciRegion:    common.String("EXAMPLE-ociRegion-Value"),
								Url:          common.String("EXAMPLE-url-Value"),
								DefaultConnection: &dataintegration.ConnectionSummaryFromObjectStorage{CredentialFileContent: common.String("EXAMPLE-credentialFileContent-Value"),
									FingerPrint: common.String("EXAMPLE-fingerPrint-Value"),
									Identifier:  common.String("EXAMPLE-identifier-Value"),
									KeyMap:      map[string]string{"EXAMPLE_KEY_ohtjO": "EXAMPLE_VALUE_LIPoOkC9NqT3J4qbDmZM"},
									Metadata: &dataintegration.ObjectMetadata{Labels: []string{"EXAMPLE--Value"},
										RegistryVersion: common.Int(502),
										AggregatorKey:   common.String("EXAMPLE-aggregatorKey-Value"),
										CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
										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{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(174),
											ObjectType: dataintegration.CountStatisticSummaryObjectTypeConnection}}},
										CreatedByName:  common.String("EXAMPLE-createdByName-Value"),
										IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
										InfoFields:     map[string]string{"EXAMPLE_KEY_Fv1w8": "EXAMPLE_VALUE_mk0ZYT7nTFMyBSpE8n0Y"},
										IsFavorite:     common.Bool(false)},
									ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
									PassPhrase:   common.String("EXAMPLE-passPhrase-Value"),
									PrimarySchema: &dataintegration.Schema{DefaultConnection: common.String("EXAMPLE-defaultConnection-Value"),
										Identifier: common.String("EXAMPLE-identifier-Value"),
										Key:        common.String("EXAMPLE-key-Value"),
										Metadata: &dataintegration.ObjectMetadata{RegistryVersion: common.Int(818),
											TimeUpdated:   &common.SDKTime{Time: time.Now()},
											UpdatedBy:     common.String("EXAMPLE-updatedBy-Value"),
											AggregatorKey: common.String("EXAMPLE-aggregatorKey-Value"),
											CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(630),
												ObjectType: dataintegration.CountStatisticSummaryObjectTypeFolder}}},
											CreatedByName: common.String("EXAMPLE-createdByName-Value"),
											InfoFields:    map[string]string{"EXAMPLE_KEY_bDFAZ": "EXAMPLE_VALUE_09oZnyW7YcxbGLu5sbDc"},
											TimeCreated:   &common.SDKTime{Time: time.Now()},
											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")},
											CreatedBy:      common.String("EXAMPLE-createdBy-Value"),
											IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
											IsFavorite:     common.Bool(false),
											Labels:         []string{"EXAMPLE--Value"}},
										Name:            common.String("EXAMPLE-name-Value"),
										ObjectStatus:    common.Int(364),
										ObjectVersion:   common.Int(151),
										Description:     common.String("EXAMPLE-description-Value"),
										ExternalKey:     common.String("EXAMPLE-externalKey-Value"),
										IsHasContainers: common.Bool(true),
										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")},
										ResourceName: common.String("EXAMPLE-resourceName-Value")},
									ConnectionProperties: []dataintegration.ConnectionProperty{dataintegration.ConnectionProperty{Value: common.String("EXAMPLE-value-Value"),
										Name: common.String("EXAMPLE-name-Value")}},
									Key:          common.String("EXAMPLE-key-Value"),
									Name:         common.String("EXAMPLE-name-Value"),
									ObjectStatus: common.Int(470),
									Description:  common.String("EXAMPLE-description-Value"),
									IsDefault:    common.Bool(false),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									UserId:        common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value"),
									ObjectVersion: common.Int(309)},
								ExternalKey: common.String("EXAMPLE-externalKey-Value"),
								Identifier:  common.String("EXAMPLE-identifier-Value"),
								Metadata: &dataintegration.ObjectMetadata{AggregatorKey: common.String("EXAMPLE-aggregatorKey-Value"),
									RegistryVersion: common.Int(485),
									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{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")},
									CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(165),
										ObjectType: dataintegration.CountStatisticSummaryObjectTypeUserDefinedFunction}}},
									CreatedBy:      common.String("EXAMPLE-createdBy-Value"),
									CreatedByName:  common.String("EXAMPLE-createdByName-Value"),
									IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
									InfoFields:     map[string]string{"EXAMPLE_KEY_t8ljA": "EXAMPLE_VALUE_4QKK3zjg59A8fit91j7O"},
									IsFavorite:     common.Bool(true),
									Labels:         []string{"EXAMPLE--Value"}},
								Name:          common.String("EXAMPLE-name-Value"),
								Namespace:     common.String("EXAMPLE-namespace-Value"),
								ObjectVersion: common.Int(663),
								Key:           common.String("EXAMPLE-key-Value"),
								NativeTypeSystem: &dataintegration.TypeSystem{Key: common.String("EXAMPLE-key-Value"),
									ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
									Name:          common.String("EXAMPLE-name-Value"),
									ObjectStatus:  common.Int(766),
									ObjectVersion: common.Int(487),
									ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
										RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
									Identifier:      common.String("EXAMPLE-identifier-Value"),
									TypeMappingFrom: map[string]string{"EXAMPLE_KEY_dCaTB": "EXAMPLE_VALUE_MWy394BpMT4rvZPiHgq6"},
									TypeMappingTo:   map[string]string{"EXAMPLE_KEY_wYypB": "EXAMPLE_VALUE_I44BEM0Ls9v2vOPPB5hE"},
									Types: []dataintegration.DataType{dataintegration.DataType{TypeSystemName: common.String("EXAMPLE-typeSystemName-Value"),
										DtType:       dataintegration.DataTypeDtTypePrimitive,
										Key:          common.String("EXAMPLE-key-Value"),
										Name:         common.String("EXAMPLE-name-Value"),
										ObjectStatus: common.Int(874),
										ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
											RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
										ConfigDefinition: &dataintegration.ConfigDefinition{ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
											Name:         common.String("EXAMPLE-name-Value"),
											ObjectStatus: common.Int(179),
											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_DEeeZ": dataintegration.ConfigParameterDefinition{Description: common.String("EXAMPLE-description-Value"),
												IsClassFieldValue: common.Bool(false),
												IsStatic:          common.Bool(false),
												ParameterName:     common.String("EXAMPLE-parameterName-Value"),
												ClassFieldName:    common.String("EXAMPLE-classFieldName-Value"),
												DefaultValue:      &defaultValue}},
											IsContained: common.Bool(false),
											Key:         common.String("EXAMPLE-key-Value")},
										Description:  common.String("EXAMPLE-description-Value"),
										ModelVersion: common.String("EXAMPLE-modelVersion-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")},
								TenancyId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value")},
							BucketSchema: &dataintegration.Schema{Description: common.String("EXAMPLE-description-Value"),
								IsHasContainers: common.Bool(false),
								Metadata: &dataintegration.ObjectMetadata{CreatedByName: common.String("EXAMPLE-createdByName-Value"),
									IdentifierPath: common.String("EXAMPLE-identifierPath-Value"),
									IsFavorite:     common.Bool(true),
									TimeCreated:    &common.SDKTime{Time: time.Now()},
									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")},
									CreatedBy:       common.String("EXAMPLE-createdBy-Value"),
									InfoFields:      map[string]string{"EXAMPLE_KEY_3cnir": "EXAMPLE_VALUE_KUMbysxFQZ4rRPFS4EJo"},
									Labels:          []string{"EXAMPLE--Value"},
									RegistryVersion: common.Int(342),
									TimeUpdated:     &common.SDKTime{Time: time.Now()},
									UpdatedBy:       common.String("EXAMPLE-updatedBy-Value"),
									AggregatorKey:   common.String("EXAMPLE-aggregatorKey-Value"),
									CountStatistics: &dataintegration.CountStatistic{ObjectTypeCountList: []dataintegration.CountStatisticSummary{dataintegration.CountStatisticSummary{ObjectCount: common.Int64(825),
										ObjectType: dataintegration.CountStatisticSummaryObjectTypeDataAsset}}}},
								Name:          common.String("EXAMPLE-name-Value"),
								ObjectStatus:  common.Int(881),
								ExternalKey:   common.String("EXAMPLE-externalKey-Value"),
								Identifier:    common.String("EXAMPLE-identifier-Value"),
								Key:           common.String("EXAMPLE-key-Value"),
								ModelVersion:  common.String("EXAMPLE-modelVersion-Value"),
								ObjectVersion: common.Int(128),
								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"),
								DefaultConnection: common.String("EXAMPLE-defaultConnection-Value")},
							FetchNextRowsParameter: common.String("EXAMPLE-fetchNextRowsParameter-Value")},
						DerivedAttributes:        map[string]string{"EXAMPLE_KEY_VqLoU": "EXAMPLE_VALUE_xOCqnUSipYlCp0bPWa38"},
						MetadataConfigProperties: map[string]string{"EXAMPLE_KEY_fwCz9": "EXAMPLE_VALUE_ZOBsAMavXs4K2B4lpEOC"},
						ObjectStatus:             common.Int(862),
						Operations: []dataintegration.PushDownOperation{dataintegration.Join{Condition: common.String("EXAMPLE-condition-Value"),
							Policy: dataintegration.JoinPolicyFullJoin}},
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
						PartitionConfig: dataintegration.KeyRangePartitionConfig{KeyRange: &dataintegration.KeyRange{Key: &dataintegration.ShapeField{NativeShapeField: &dataintegration.NativeShapeField{Name: common.String("EXAMPLE-name-Value"),
							Position: common.Int(834),
							Type:     &type_,
							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_8DVYr": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
									ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
									RefValue:        &refValue,
									RootObjectValue: &rootObjectValue,
									StringValue:     common.String("EXAMPLE-stringValue-Value"),
									IntValue:        common.Int(520)}}},
							DefaultValueString: common.String("EXAMPLE-defaultValueString-Value"),
							IsMandatory:        common.Bool(true)},
							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"},
							ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
							Name:         common.String("EXAMPLE-name-Value"),
							ObjectStatus: common.Int(713),
							Type:         &type_,
							ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_az3bA": dataintegration.ConfigParameterValue{ObjectValue: &objectValue,
								ParameterValue:  common.String("EXAMPLE-parameterValue-Value"),
								RefValue:        &refValue,
								RootObjectValue: &rootObjectValue,
								StringValue:     common.String("EXAMPLE-stringValue-Value"),
								IntValue:        common.Int(462)}},
								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")}},
							PartitionNumber: common.Int(769)},
						DataFormat: &dataintegration.DataFormat{FormatAttribute: dataintegration.JsonFormatAttribute{Encoding: common.String("EXAMPLE-encoding-Value"),
							IsFilePattern:    common.Bool(true),
							SampleEntityData: common.String("EXAMPLE-sampleEntityData-Value")},
							Type:              dataintegration.DataFormatTypeJson,
							CompressionConfig: &dataintegration.Compression{Codec: dataintegration.CompressionCodecGzip}}},
					IsCopyFields:  common.Bool(true),
					ObjectVersion: common.Int(927),
					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.SchemaDriftConfigDataTypeChangeHandlingDoNotAllow,
						ExtraColumnHandling:          dataintegration.SchemaDriftConfigExtraColumnHandlingDoNotAllow,
						IsValidationWarningIfAllowed: common.Bool(false),
						MissingColumnHandling:        dataintegration.SchemaDriftConfigMissingColumnHandlingDoNotAllow}},
				OutputLinks: []dataintegration.OutputLink{dataintegration.OutputLink{ObjectStatus: common.Int(672),
					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"},
					Description:  common.String("EXAMPLE-description-Value"),
					Key:          common.String("EXAMPLE-key-Value"),
					ModelVersion: common.String("EXAMPLE-modelVersion-Value")}},
				Description: common.String("EXAMPLE-description-Value"),
				Key:         common.String("EXAMPLE-key-Value"),
				ModelType:   common.String("EXAMPLE-modelType-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(6647.887),
					CoordinateY: common.Float32(7620.2695)},
				InputLinks: []dataintegration.InputLink{dataintegration.InputLink{Key: common.String("EXAMPLE-key-Value"),
					ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
					ObjectStatus: common.Int(564),
					Port:         common.String("EXAMPLE-port-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")},
					FieldMap: dataintegration.RuleBasedEntityMap{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_xzu0r": dataintegration.ConfigParameterValue{IntValue: common.Int(599),
						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"),
						IsJavaRegexSyntax: common.Bool(true),
						Key:               common.String("EXAMPLE-key-Value"),
						MapType:           dataintegration.RuleBasedEntityMapMapTypeMapbypattern,
						ToPattern:         common.String("EXAMPLE-toPattern-Value"),
						FromPattern:       common.String("EXAMPLE-fromPattern-Value"),
						ModelVersion:      common.String("EXAMPLE-modelVersion-Value"),
						ObjectStatus:      common.Int(945),
						ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
							RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")}},
					FromLink: common.String("EXAMPLE-fromLink-Value")}},
				ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
				Name:         common.String("EXAMPLE-name-Value")}},
			ObjectStatus:  common.Int(764),
			Key:           common.String("EXAMPLE-key-Value"),
			ObjectVersion: common.Int(416),
			ParentRef: &dataintegration.ParentReference{RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
				Parent: common.String("EXAMPLE-parent-Value")},
			TargetFieldMapSummary: map[string]dataintegration.FieldMapWrapper{"EXAMPLE_KEY_0aaPF": dataintegration.FieldMapWrapper{FieldMap: dataintegration.CompositeFieldMap{ObjectStatus: common.Int(832),
				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_hxhII": dataintegration.ConfigParameterValue{IntValue: common.Int(994),
					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"),
				Key:          common.String("EXAMPLE-key-Value"),
				ModelVersion: common.String("EXAMPLE-modelVersion-Value")}}},
			TypedObjectMap: map[string]dataintegration.TypedObjectWrapper{"EXAMPLE_KEY_XkVxQ": dataintegration.TypedObjectWrapper{TypedObject: dataintegration.Parameter{ConfigValues: &dataintegration.ConfigValues{ConfigParamValues: map[string]dataintegration.ConfigParameterValue{"EXAMPLE_KEY_RyyEl": dataintegration.ConfigParameterValue{RefValue: &refValue,
				RootObjectValue: &rootObjectValue,
				StringValue:     common.String("EXAMPLE-stringValue-Value"),
				IntValue:        common.Int(273),
				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")}},
				IsInput:      common.Bool(true),
				ModelVersion: common.String("EXAMPLE-modelVersion-Value"),
				ObjectStatus: common.Int(936),
				ParentRef: &dataintegration.ParentReference{Parent: common.String("EXAMPLE-parent-Value"),
					RootDocId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")},
				Type:                   &type_,
				DefaultValue:           &defaultValue,
				Description:            common.String("EXAMPLE-description-Value"),
				Key:                    common.String("EXAMPLE-key-Value"),
				OutputAggregationType:  dataintegration.ParameterOutputAggregationTypeCount,
				IsOutput:               common.Bool(false),
				Name:                   common.String("EXAMPLE-name-Value"),
				RootObjectDefaultValue: &rootObjectDefaultValue,
				TypeName:               common.String("EXAMPLE-typeName-Value"),
				UsedFor:                common.String("EXAMPLE-usedFor-Value")}}},
			Description: common.String("EXAMPLE-description-Value")}}

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

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