File Coverage

lib/Google/Ads/AdWords/v201702/AdGroupAdCountLimitExceeded.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::AdGroupAdCountLimitExceeded;
2 1     1   1665 use strict;
  1         2  
  1         24  
3 1     1   5 use warnings;
  1         2  
  1         97  
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   7 use base qw(Google::Ads::AdWords::v201702::EntityCountLimitExceeded);
  1         2  
  1         265  
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 %enclosingId_of :ATTR(:get);
32             my %limit_of :ATTR(:get);
33             my %accountLimitType_of :ATTR(:get);
34             my %existingCount_of :ATTR(:get);
35              
36             __PACKAGE__->_factory(
37             [ qw( fieldPath
38             fieldPathElements
39             trigger
40             errorString
41             ApiError__Type
42             reason
43             enclosingId
44             limit
45             accountLimitType
46             existingCount
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             'enclosingId' => \%enclosingId_of,
57             'limit' => \%limit_of,
58             'accountLimitType' => \%accountLimitType_of,
59             'existingCount' => \%existingCount_of,
60             },
61             {
62             'fieldPath' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
63             'fieldPathElements' => 'Google::Ads::AdWords::v201702::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::v201702::EntityCountLimitExceeded::Reason',
68             'enclosingId' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
69             'limit' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
70             'accountLimitType' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
71             'existingCount' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
72             },
73             {
74              
75             'fieldPath' => 'fieldPath',
76             'fieldPathElements' => 'fieldPathElements',
77             'trigger' => 'trigger',
78             'errorString' => 'errorString',
79             'ApiError__Type' => 'ApiError.Type',
80             'reason' => 'reason',
81             'enclosingId' => 'enclosingId',
82             'limit' => 'limit',
83             'accountLimitType' => 'accountLimitType',
84             'existingCount' => 'existingCount',
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::v201702::AdGroupAdCountLimitExceeded
104              
105             =head1 DESCRIPTION
106              
107             Perl data type class for the XML Schema defined complexType
108             AdGroupAdCountLimitExceeded from the namespace https://adwords.google.com/api/adwords/cm/v201702.
109              
110             Indicates too many ads were added/enabled under the specified adgroup.
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              
123              
124             =back
125              
126              
127             =head1 METHODS
128              
129             =head2 new
130              
131             Constructor. The following data structure may be passed to new():
132              
133              
134              
135              
136              
137              
138             =head1 AUTHOR
139              
140             Generated by SOAP::WSDL
141              
142             =cut
143