The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201306::ReportDefinitionService::getReportFields

DESCRIPTION

Perl data type class for the XML Schema defined element getReportFields from the namespace https://adwords.google.com/api/adwords/cm/v201306.

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::v201306::ReportDefinitionService::getReportFields->new($data);

Constructor. The following data structure may be passed to new():

 {
   reportType => $some_value, # ReportDefinition.ReportType
 },

AUTHOR

Generated by SOAP::WSDL