File Coverage

lib/Google/Ads/AdWords/v201702/FunctionParsingError.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::FunctionParsingError;
2 1     1   1672 use strict;
  1         2  
  1         25  
3 1     1   6 use warnings;
  1         1  
  1         82  
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   6 use base qw(Google::Ads::AdWords::v201702::ApiError);
  1         2  
  1         110  
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             my %offendingText_of :ATTR(:get);
32             my %offendingTextIndex_of :ATTR(:get);
33              
34             __PACKAGE__->_factory(
35             [ qw( fieldPath
36             fieldPathElements
37             trigger
38             errorString
39             ApiError__Type
40             reason
41             offendingText
42             offendingTextIndex
43              
44             ) ],
45             {
46             'fieldPath' => \%fieldPath_of,
47             'fieldPathElements' => \%fieldPathElements_of,
48             'trigger' => \%trigger_of,
49             'errorString' => \%errorString_of,
50             'ApiError__Type' => \%ApiError__Type_of,
51             'reason' => \%reason_of,
52             'offendingText' => \%offendingText_of,
53             'offendingTextIndex' => \%offendingTextIndex_of,
54             },
55             {
56             'fieldPath' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
57             'fieldPathElements' => 'Google::Ads::AdWords::v201702::FieldPathElement',
58             'trigger' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
59             'errorString' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
60             'ApiError__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
61             'reason' => 'Google::Ads::AdWords::v201702::FunctionParsingError::Reason',
62             'offendingText' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
63             'offendingTextIndex' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
64             },
65             {
66              
67             'fieldPath' => 'fieldPath',
68             'fieldPathElements' => 'fieldPathElements',
69             'trigger' => 'trigger',
70             'errorString' => 'errorString',
71             'ApiError__Type' => 'ApiError.Type',
72             'reason' => 'reason',
73             'offendingText' => 'offendingText',
74             'offendingTextIndex' => 'offendingTextIndex',
75             }
76             );
77              
78             } # end BLOCK
79              
80              
81              
82              
83              
84              
85              
86             1;
87              
88              
89             =pod
90              
91             =head1 NAME
92              
93             Google::Ads::AdWords::v201702::FunctionParsingError
94              
95             =head1 DESCRIPTION
96              
97             Perl data type class for the XML Schema defined complexType
98             FunctionParsingError from the namespace https://adwords.google.com/api/adwords/cm/v201702.
99              
100             An error resulting from a failure to parse the textual representation of a function.
101              
102              
103              
104              
105             =head2 PROPERTIES
106              
107             The following properties may be accessed using get_PROPERTY / set_PROPERTY
108             methods:
109              
110             =over
111              
112             =item * reason
113              
114              
115             =item * offendingText
116              
117              
118             =item * offendingTextIndex
119              
120              
121              
122              
123             =back
124              
125              
126             =head1 METHODS
127              
128             =head2 new
129              
130             Constructor. The following data structure may be passed to new():
131              
132              
133              
134              
135              
136              
137             =head1 AUTHOR
138              
139             Generated by SOAP::WSDL
140              
141             =cut
142