Back to index
Summary
Retrieves all report object associations for the report object type.reportObjectTypeNameStringrequiredReport object type for which this association is defined. The association is owned by the specified report object type. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getReportObjectAssociations( reportObjectTypeName: "test-reportObjectTypeName" )