File Coverage

lib/Google/Ads/AdWords/v201702/OfflineConversionError.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


line stmt bran cond sub pod time code
1             package Google::Ads::AdWords::v201702::OfflineConversionError;
2 1     1   2037 use strict;
  1         2  
  1         25  
3 1     1   4 use warnings;
  1         2  
  1         120  
4              
5              
6             __PACKAGE__->_set_element_form_qualified(1);
7              
8 0     0     sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201702' };
9              
10             our $XML_ATTRIBUTE_CLASS;
11             undef $XML_ATTRIBUTE_CLASS;
12              
13             sub __get_attr_class {
14 0     0     return $XML_ATTRIBUTE_CLASS;
15             }
16              
17              
18 1     1   9 use base qw(Google::Ads::AdWords::v201702::ApiError);
  1         3  
  1         126  
19             # Variety: sequence
20             use Class::Std::Fast::Storable constructor => 'none';
21             use base qw(Google::Ads::SOAP::Typelib::ComplexType);
22              
23             { # BLOCK to scope variables
24              
25             my %fieldPath_of :ATTR(:get);
26             my %fieldPathElements_of :ATTR(:get);
27             my %trigger_of :ATTR(:get);
28             my %errorString_of :ATTR(:get);
29             my %ApiError__Type_of :ATTR(:get);
30             my %reason_of :ATTR(:get);
31              
32             __PACKAGE__->_factory(
33             [ qw( fieldPath
34             fieldPathElements
35             trigger
36             errorString
37             ApiError__Type
38             reason
39              
40             ) ],
41             {
42             'fieldPath' => \%fieldPath_of,
43             'fieldPathElements' => \%fieldPathElements_of,
44             'trigger' => \%trigger_of,
45             'errorString' => \%errorString_of,
46             'ApiError__Type' => \%ApiError__Type_of,
47             'reason' => \%reason_of,
48             },
49             {
50             'fieldPath' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
51             'fieldPathElements' => 'Google::Ads::AdWords::v201702::FieldPathElement',
52             'trigger' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
53             'errorString' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
54             'ApiError__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
55             'reason' => 'Google::Ads::AdWords::v201702::OfflineConversionError::Reason',
56             },
57             {
58              
59             'fieldPath' => 'fieldPath',
60             'fieldPathElements' => 'fieldPathElements',
61             'trigger' => 'trigger',
62             'errorString' => 'errorString',
63             'ApiError__Type' => 'ApiError.Type',
64             'reason' => 'reason',
65             }
66             );
67              
68             } # end BLOCK
69              
70              
71              
72              
73              
74              
75              
76             1;
77              
78              
79             =pod
80              
81             =head1 NAME
82              
83             Google::Ads::AdWords::v201702::OfflineConversionError
84              
85             =head1 DESCRIPTION
86              
87             Perl data type class for the XML Schema defined complexType
88             OfflineConversionError from the namespace https://adwords.google.com/api/adwords/cm/v201702.
89              
90             Errors that the {@link OfflineConversionFeedService} can throw.
91              
92              
93              
94              
95             =head2 PROPERTIES
96              
97             The following properties may be accessed using get_PROPERTY / set_PROPERTY
98             methods:
99              
100             =over
101              
102             =item * reason
103              
104              
105              
106              
107             =back
108              
109              
110             =head1 METHODS
111              
112             =head2 new
113              
114             Constructor. The following data structure may be passed to new():
115              
116              
117              
118              
119              
120              
121             =head1 AUTHOR
122              
123             Generated by SOAP::WSDL
124              
125             =cut
126