File Coverage

lib/Google/Ads/AdWords/v201702/OfflineConversionFeedService/ResponseHeader.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::v201702::OfflineConversionFeedService::ResponseHeader;
3 1     1   1789 use strict;
  1         2  
  1         27  
4 1     1   5 use warnings;
  1         2  
  1         58  
5              
6             { # BLOCK to scope variables
7              
8 0     0     sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201702' }
9              
10             __PACKAGE__->__set_name('ResponseHeader');
11             __PACKAGE__->__set_nillable();
12             __PACKAGE__->__set_minOccurs();
13             __PACKAGE__->__set_maxOccurs();
14             __PACKAGE__->__set_ref();
15 1         260 use base qw(
16             SOAP::WSDL::XSD::Typelib::Element
17             Google::Ads::AdWords::v201702::SoapResponseHeader
18 1     1   5 );
  1         2  
19              
20             }
21              
22             1;
23              
24              
25             =pod
26              
27             =head1 NAME
28              
29             Google::Ads::AdWords::v201702::OfflineConversionFeedService::ResponseHeader
30              
31             =head1 DESCRIPTION
32              
33             Perl data type class for the XML Schema defined element
34             ResponseHeader from the namespace https://adwords.google.com/api/adwords/cm/v201702.
35              
36              
37              
38              
39              
40              
41              
42             =head1 METHODS
43              
44             =head2 new
45              
46             my $element = Google::Ads::AdWords::v201702::OfflineConversionFeedService::ResponseHeader->new($data);
47              
48             Constructor. The following data structure may be passed to new():
49              
50             $a_reference_to, # see Google::Ads::AdWords::v201702::SoapResponseHeader
51              
52             =head1 AUTHOR
53              
54             Generated by SOAP::WSDL
55              
56             =cut
57