| lib/Google/Ads/AdWords/v201710/CustomerService/getCustomers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 9 | 10 | 90.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 4 | 75.0 | 
| pod | n/a | ||
| total | 12 | 14 | 85.7 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | |||||||
| 2 | package Google::Ads::AdWords::v201710::CustomerService::getCustomers; | ||||||
| 3 | 1 | 1 | 3175 | use strict; | |||
| 1 | 5 | ||||||
| 1 | 53 | ||||||
| 4 | 1 | 1 | 9 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 134 | ||||||
| 5 | |||||||
| 6 | { # BLOCK to scope variables | ||||||
| 7 | |||||||
| 8 | 0 | 0 | sub get_xmlns { 'https://adwords.google.com/api/adwords/mcm/v201710' } | ||||
| 9 | |||||||
| 10 | __PACKAGE__->__set_name('getCustomers'); | ||||||
| 11 | __PACKAGE__->__set_nillable(); | ||||||
| 12 | __PACKAGE__->__set_minOccurs(); | ||||||
| 13 | __PACKAGE__->__set_maxOccurs(); | ||||||
| 14 | __PACKAGE__->__set_ref(); | ||||||
| 15 | |||||||
| 16 | 1 | 151 | use base qw( | ||||
| 17 | SOAP::WSDL::XSD::Typelib::Element | ||||||
| 18 | Google::Ads::SOAP::Typelib::ComplexType | ||||||
| 19 | 1 | 1 | 9 | ); | |||
| 1 | 3 | ||||||
| 20 | |||||||
| 21 | our $XML_ATTRIBUTE_CLASS; | ||||||
| 22 | undef $XML_ATTRIBUTE_CLASS; | ||||||
| 23 | |||||||
| 24 | sub __get_attr_class { | ||||||
| 25 | return $XML_ATTRIBUTE_CLASS; | ||||||
| 26 | } | ||||||
| 27 | |||||||
| 28 | use Class::Std::Fast::Storable constructor => 'none'; | ||||||
| 29 | use base qw(Google::Ads::SOAP::Typelib::ComplexType); | ||||||
| 30 | |||||||
| 31 | { # BLOCK to scope variables | ||||||
| 32 | |||||||
| 33 | |||||||
| 34 | __PACKAGE__->_factory( | ||||||
| 35 | [ qw( | ||||||
| 36 | ) ], | ||||||
| 37 | { | ||||||
| 38 | }, | ||||||
| 39 | { | ||||||
| 40 | }, | ||||||
| 41 | { | ||||||
| 42 | |||||||
| 43 | } | ||||||
| 44 | ); | ||||||
| 45 | |||||||
| 46 | } # end BLOCK | ||||||
| 47 | |||||||
| 48 | |||||||
| 49 | |||||||
| 50 | |||||||
| 51 | |||||||
| 52 | |||||||
| 53 | } # end of BLOCK | ||||||
| 54 | |||||||
| 55 | |||||||
| 56 | |||||||
| 57 | 1; | ||||||
| 58 | |||||||
| 59 | |||||||
| 60 | =pod | ||||||
| 61 | |||||||
| 62 | =head1 NAME | ||||||
| 63 | |||||||
| 64 | Google::Ads::AdWords::v201710::CustomerService::getCustomers | ||||||
| 65 | |||||||
| 66 | =head1 DESCRIPTION | ||||||
| 67 | |||||||
| 68 | Perl data type class for the XML Schema defined element | ||||||
| 69 | getCustomers from the namespace https://adwords.google.com/api/adwords/mcm/v201710. | ||||||
| 70 | |||||||
| 71 |  Returns details of all the customers directly accessible by the user authenticating the call.  Note: This method will return only test accounts if the developer token used has not been approved. Starting with v201607, if {@code clientCustomerId} is specified in the request header, only details of that customer will be returned. To do this for prior versions, use the {@code get()} method instead.  | 
||||||
| 72 | |||||||
| 73 | |||||||
| 74 | |||||||
| 75 | |||||||
| 76 | |||||||
| 77 | =head1 PROPERTIES | ||||||
| 78 | |||||||
| 79 | The following properties may be accessed using get_PROPERTY / set_PROPERTY | ||||||
| 80 | methods: | ||||||
| 81 | |||||||
| 82 | =over | ||||||
| 83 | |||||||
| 84 | |||||||
| 85 | =back | ||||||
| 86 | |||||||
| 87 | |||||||
| 88 | =head1 METHODS | ||||||
| 89 | |||||||
| 90 | =head2 new | ||||||
| 91 | |||||||
| 92 | my $element = Google::Ads::AdWords::v201710::CustomerService::getCustomers->new($data); | ||||||
| 93 | |||||||
| 94 | Constructor. The following data structure may be passed to new(): | ||||||
| 95 | |||||||
| 96 | { | ||||||
| 97 | }, | ||||||
| 98 | |||||||
| 99 | =head1 AUTHOR | ||||||
| 100 | |||||||
| 101 | Generated by SOAP::WSDL | ||||||
| 102 | |||||||
| 103 | =cut | ||||||
| 104 |