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

NAME

Google::Ads::AdWords::v201702::ReportDefinitionService::getReportFields

DESCRIPTION

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

Returns the available report fields for a given report type. When using this method the {@code clientCustomerId} header field is optional. Callers are discouraged from setting the clientCustomerId header field in calls to this method as its presence will trigger an authorization error if the caller does not have access to the customer with the included ID. @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::v201702::ReportDefinitionService::getReportFields->new($data);

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

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

AUTHOR

Generated by SOAP::WSDL