File Coverage

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