getObjectDslStructure

On this page
Back to index

Summary

Retrieves the DSL structure for a specified object.
objectId
Stringoptional
The ID of the object.
objectName
Stringoptional
The name of the object.
objectType
Stringoptional
The type of the object.
path
Stringoptional
A property path indicating a single object for which DSL structure be returned.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getObjectDslStructure( /* optional arguments */ )