Back to index
Summary
Retrieves an object type DSL structure.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
objectTypeStringoptionalName of the object type to get DSL structure. includeChildrenWithFileRefBooleanoptionalInclude in response types that have properties replaced with file reference even if they are always included in parent DSL. topLevelOnlyBooleanoptionalIf 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 */ )