line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201710::FeedService::RequestHeader; |
3
|
1
|
|
|
1
|
|
1837
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
63
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
{ # BLOCK to scope variables |
7
|
|
|
|
|
|
|
|
8
|
0
|
|
|
0
|
|
|
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201710' } |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__PACKAGE__->__set_name('RequestHeader'); |
11
|
|
|
|
|
|
|
__PACKAGE__->__set_nillable(); |
12
|
|
|
|
|
|
|
__PACKAGE__->__set_minOccurs(); |
13
|
|
|
|
|
|
|
__PACKAGE__->__set_maxOccurs(); |
14
|
|
|
|
|
|
|
__PACKAGE__->__set_ref(); |
15
|
1
|
|
|
|
|
277
|
use base qw( |
16
|
|
|
|
|
|
|
SOAP::WSDL::XSD::Typelib::Element |
17
|
|
|
|
|
|
|
Google::Ads::AdWords::v201710::SoapHeader |
18
|
1
|
|
|
1
|
|
5
|
); |
|
1
|
|
|
|
|
3
|
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
} |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
1; |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=pod |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 NAME |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Google::Ads::AdWords::v201710::FeedService::RequestHeader |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 DESCRIPTION |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined element |
34
|
|
|
|
|
|
|
RequestHeader from the namespace https://adwords.google.com/api/adwords/cm/v201710. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 METHODS |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=head2 new |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
my $element = Google::Ads::AdWords::v201710::FeedService::RequestHeader->new($data); |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
$a_reference_to, # see Google::Ads::AdWords::v201710::SoapHeader |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=head1 AUTHOR |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=cut |
57
|
|
|
|
|
|
|
|