File Coverage

lib/Google/Ads/AdWords/v201702/ConstantDataService/getOperatingSystemVersionCriterion.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod n/a
total 12 14 85.7


line stmt bran cond sub pod time code
1              
2             package Google::Ads::AdWords::v201702::ConstantDataService::getOperatingSystemVersionCriterion;
3 1     1   1614 use strict;
  1         2  
  1         28  
4 1     1   5 use warnings;
  1         1  
  1         66  
5              
6             { # BLOCK to scope variables
7              
8 0     0     sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201702' }
9              
10             __PACKAGE__->__set_name('getOperatingSystemVersionCriterion');
11             __PACKAGE__->__set_nillable();
12             __PACKAGE__->__set_minOccurs();
13             __PACKAGE__->__set_maxOccurs();
14             __PACKAGE__->__set_ref();
15              
16 1         90 use base qw(
17             SOAP::WSDL::XSD::Typelib::Element
18             Google::Ads::SOAP::Typelib::ComplexType
19 1     1   4 );
  1         3  
20              
21             our $XML_ATTRIBUTE_CLASS;
22             undef $XML_ATTRIBUTE_CLASS;
23              
24             sub __get_attr_class {
25             return $XML_ATTRIBUTE_CLASS;
26             }
27              
28             use Class::Std::Fast::Storable constructor => 'none';
29             use base qw(Google::Ads::SOAP::Typelib::ComplexType);
30              
31             { # BLOCK to scope variables
32              
33              
34             __PACKAGE__->_factory(
35             [ qw(
36             ) ],
37             {
38             },
39             {
40             },
41             {
42              
43             }
44             );
45              
46             } # end BLOCK
47              
48              
49              
50              
51              
52              
53             } # end of BLOCK
54              
55              
56              
57             1;
58              
59              
60             =pod
61              
62             =head1 NAME
63              
64             Google::Ads::AdWords::v201702::ConstantDataService::getOperatingSystemVersionCriterion
65              
66             =head1 DESCRIPTION
67              
68             Perl data type class for the XML Schema defined element
69             getOperatingSystemVersionCriterion from the namespace https://adwords.google.com/api/adwords/cm/v201702.
70              
71             Returns a list of all operating system version criteria. @return A list of operating system versions. @throws ApiException when there is at least one error with the request.
72              
73              
74              
75              
76              
77             =head1 PROPERTIES
78              
79             The following properties may be accessed using get_PROPERTY / set_PROPERTY
80             methods:
81              
82             =over
83              
84              
85             =back
86              
87              
88             =head1 METHODS
89              
90             =head2 new
91              
92             my $element = Google::Ads::AdWords::v201702::ConstantDataService::getOperatingSystemVersionCriterion->new($data);
93              
94             Constructor. The following data structure may be passed to new():
95              
96             {
97             },
98              
99             =head1 AUTHOR
100              
101             Generated by SOAP::WSDL
102              
103             =cut
104