File Coverage

lib/Google/Ads/AdWords/v201702/AdGroupCriterionLimitExceeded.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::AdGroupCriterionLimitExceeded;
2 1     1   1553 use strict;
  1         2  
  1         25  
3 1     1   4 use warnings;
  1         2  
  1         115  
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   10 use base qw(Google::Ads::AdWords::v201702::EntityCountLimitExceeded);
  1         1  
  1         96  
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             my %limitType_of :ATTR(:get);
36              
37             __PACKAGE__->_factory(
38             [ qw( fieldPath
39             fieldPathElements
40             trigger
41             errorString
42             ApiError__Type
43             reason
44             enclosingId
45             limit
46             accountLimitType
47             existingCount
48             limitType
49              
50             ) ],
51             {
52             'fieldPath' => \%fieldPath_of,
53             'fieldPathElements' => \%fieldPathElements_of,
54             'trigger' => \%trigger_of,
55             'errorString' => \%errorString_of,
56             'ApiError__Type' => \%ApiError__Type_of,
57             'reason' => \%reason_of,
58             'enclosingId' => \%enclosingId_of,
59             'limit' => \%limit_of,
60             'accountLimitType' => \%accountLimitType_of,
61             'existingCount' => \%existingCount_of,
62             'limitType' => \%limitType_of,
63             },
64             {
65             'fieldPath' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
66             'fieldPathElements' => 'Google::Ads::AdWords::v201702::FieldPathElement',
67             'trigger' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
68             'errorString' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
69             'ApiError__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
70             'reason' => 'Google::Ads::AdWords::v201702::EntityCountLimitExceeded::Reason',
71             'enclosingId' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
72             'limit' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
73             'accountLimitType' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
74             'existingCount' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
75             'limitType' => 'Google::Ads::AdWords::v201702::AdGroupCriterionLimitExceeded::CriteriaLimitType',
76             },
77             {
78              
79             'fieldPath' => 'fieldPath',
80             'fieldPathElements' => 'fieldPathElements',
81             'trigger' => 'trigger',
82             'errorString' => 'errorString',
83             'ApiError__Type' => 'ApiError.Type',
84             'reason' => 'reason',
85             'enclosingId' => 'enclosingId',
86             'limit' => 'limit',
87             'accountLimitType' => 'accountLimitType',
88             'existingCount' => 'existingCount',
89             'limitType' => 'limitType',
90             }
91             );
92              
93             } # end BLOCK
94              
95              
96              
97              
98              
99              
100              
101             1;
102              
103              
104             =pod
105              
106             =head1 NAME
107              
108             Google::Ads::AdWords::v201702::AdGroupCriterionLimitExceeded
109              
110             =head1 DESCRIPTION
111              
112             Perl data type class for the XML Schema defined complexType
113             AdGroupCriterionLimitExceeded from the namespace https://adwords.google.com/api/adwords/cm/v201702.
114              
115             Signals that too many criteria were added to some ad group.
116              
117              
118              
119              
120             =head2 PROPERTIES
121              
122             The following properties may be accessed using get_PROPERTY / set_PROPERTY
123             methods:
124              
125             =over
126              
127             =item * limitType
128              
129              
130              
131              
132             =back
133              
134              
135             =head1 METHODS
136              
137             =head2 new
138              
139             Constructor. The following data structure may be passed to new():
140              
141              
142              
143              
144              
145              
146             =head1 AUTHOR
147              
148             Generated by SOAP::WSDL
149              
150             =cut
151