getReportObjectAttribute

On this page
Back to index

Summary

Retrieves a report object attribute by name.
reportObjectTypeName
Stringrequired
Report object type for which this attribute is defined. The attribute is owned by the specified report object type.
reportObjectAttributeName
Stringrequired
The name of the report object attribute.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getReportObjectAttribute( reportObjectTypeName: "test-reportObjectTypeName", reportObjectAttributeName: "test-reportObjectAttributeName" )