NAME
Google::Ads::AdWords::v201402::ReportDefinitionService::getReportFields
DESCRIPTION
Perl data type class for the XML Schema defined element getReportFields from the namespace https://adwords.google.com/api/adwords/cm/v201402.
Returns the available report fields for a given report type. @param reportType The type of report. @return The list of available report fields. Each {@link ReportDefinitionField} encapsulates the field name, the field data type, and the enum values (if the field's type is {@code enum}). @throws ApiException if a problem occurred while fetching the ReportDefinitionField information.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
reportType
$element->set_reportType($data); $element->get_reportType();
METHODS
new
my $element = Google::Ads::AdWords::v201402::ReportDefinitionService::getReportFields->new($data);
Constructor. The following data structure may be passed to new():
{
reportType => $some_value, # ReportDefinition.ReportType
},
AUTHOR
Generated by SOAP::WSDL