Google::Ads::AdWords::v201109::ReportDefinitionService::getReportFields


Back to Top


NAME

Google::Ads::AdWords::v201109::ReportDefinitionService::getReportFields

Back to Top


DESCRIPTION

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

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.

Back to Top


PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

Back to Top


METHODS

new

 my $element = Google::Ads::AdWords::v201109::ReportDefinitionService::getReportFields->new($data);

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

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

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::ReportDefinitionService::getReportFields