Back to index
Summary
Retrieves all report object attributes for the report object type.reportObjectTypeNameStringrequiredReport object type for which this attribute is defined. The attribute 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.getReportObjectAttributes( reportObjectTypeName: "test-reportObjectTypeName" )