Back to index
Summary
Retrieves a report object type by name.reportObjectTypeNameStringrequiredUnique name of the report object type. includeDetailsBooleanoptionalTrue to include details such as report object associations details (default is false). |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getReportObjectType( reportObjectTypeName: "test-reportObjectTypeName" /* optional arguments */ )