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

NAME

Google::Ads::AdWords::Reports::ReportingConfiguration

DESCRIPTION

Represents additional reporting configuration options.

PROPERTIES

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

  • skip_header

    Set this to true to request that report output excludes the report header row containing the report name and date range.

  • skip_summary

    Set this to true to request that report output excludes the report summary row containing totals.

METHODS

new

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

 { # Google::Ads::AdWords::Reports::ReportingConfiguration
   skip_header =>  $some_value, # boolean
   skip_summary =>  $some_value, # boolean
 },

AUTHOR

Josh Radcliff <api.jradcliff at gmail.com>