describeObjectTypeDslStructure

On this page
Back to index

Summary

Retrieves an object type DSL structure.
objectType
Stringoptional
Name of the object type to get DSL structure.
includeChildrenWithFileRef
Booleanoptional
Include in response types that have properties replaced with file reference even if they are always included in parent DSL.
topLevelOnly
Booleanoptional
If True and no entityType provided return the list of top-level objects only.If entityType provided return the type details with top level children.

Usage

Groovy

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