line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201710::ComparableValue; |
2
|
2
|
|
|
2
|
|
2071
|
use strict; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
59
|
|
3
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
157
|
|
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
|
2
|
|
|
2
|
|
11
|
use Class::Std::Fast::Storable constructor => 'none'; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
16
|
|
18
|
2
|
|
|
2
|
|
254
|
use base qw(Google::Ads::SOAP::Typelib::ComplexType); |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
201
|
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
{ # BLOCK to scope variables |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
my %ComparableValue__Type_of :ATTR(:get); |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
__PACKAGE__->_factory( |
25
|
|
|
|
|
|
|
[ qw( ComparableValue__Type |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
) ], |
28
|
|
|
|
|
|
|
{ |
29
|
|
|
|
|
|
|
'ComparableValue__Type' => \%ComparableValue__Type_of, |
30
|
|
|
|
|
|
|
}, |
31
|
|
|
|
|
|
|
{ |
32
|
|
|
|
|
|
|
'ComparableValue__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
33
|
|
|
|
|
|
|
}, |
34
|
|
|
|
|
|
|
{ |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
'ComparableValue__Type' => 'ComparableValue.Type', |
37
|
|
|
|
|
|
|
} |
38
|
|
|
|
|
|
|
); |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
} # end BLOCK |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
1; |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=pod |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 NAME |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
Google::Ads::AdWords::v201710::ComparableValue |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=head1 DESCRIPTION |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined complexType |
60
|
|
|
|
|
|
|
ComparableValue from the namespace https://adwords.google.com/api/adwords/cm/v201710. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
Comparable types for constructing ranges with. |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
=head2 PROPERTIES |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
The following properties may be accessed using get_PROPERTY / set_PROPERTY |
70
|
|
|
|
|
|
|
methods: |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=over |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=item * ComparableValue__Type |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
Note: The name of this property has been altered, because it didn't match |
77
|
|
|
|
|
|
|
perl's notion of variable/subroutine names. The altered name is used in |
78
|
|
|
|
|
|
|
perl code only, XML output uses the original name: |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
ComparableValue.Type |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=back |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
=head1 METHODS |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
=head2 new |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
=head1 AUTHOR |
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
=cut |
104
|
|
|
|
|
|
|
|