line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201702::MoveOperation; |
2
|
1
|
|
|
1
|
|
1584
|
use strict; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
39
|
|
3
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
85
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
__PACKAGE__->_set_element_form_qualified(1); |
7
|
|
|
|
|
|
|
|
8
|
0
|
|
|
0
|
|
|
sub get_xmlns { 'https://adwords.google.com/api/adwords/mcm/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
|
|
9
|
use base qw(Google::Ads::AdWords::v201702::Operation); |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
135
|
|
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 %operator_of :ATTR(:get); |
26
|
|
|
|
|
|
|
my %Operation__Type_of :ATTR(:get); |
27
|
|
|
|
|
|
|
my %operand_of :ATTR(:get); |
28
|
|
|
|
|
|
|
my %oldManagerCustomerId_of :ATTR(:get); |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
__PACKAGE__->_factory( |
31
|
|
|
|
|
|
|
[ qw( operator |
32
|
|
|
|
|
|
|
Operation__Type |
33
|
|
|
|
|
|
|
operand |
34
|
|
|
|
|
|
|
oldManagerCustomerId |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
) ], |
37
|
|
|
|
|
|
|
{ |
38
|
|
|
|
|
|
|
'operator' => \%operator_of, |
39
|
|
|
|
|
|
|
'Operation__Type' => \%Operation__Type_of, |
40
|
|
|
|
|
|
|
'operand' => \%operand_of, |
41
|
|
|
|
|
|
|
'oldManagerCustomerId' => \%oldManagerCustomerId_of, |
42
|
|
|
|
|
|
|
}, |
43
|
|
|
|
|
|
|
{ |
44
|
|
|
|
|
|
|
'operator' => 'Google::Ads::AdWords::v201702::Operator', |
45
|
|
|
|
|
|
|
'Operation__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
46
|
|
|
|
|
|
|
'operand' => 'Google::Ads::AdWords::v201702::ManagedCustomerLink', |
47
|
|
|
|
|
|
|
'oldManagerCustomerId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', |
48
|
|
|
|
|
|
|
}, |
49
|
|
|
|
|
|
|
{ |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
'operator' => 'operator', |
52
|
|
|
|
|
|
|
'Operation__Type' => 'Operation.Type', |
53
|
|
|
|
|
|
|
'operand' => 'operand', |
54
|
|
|
|
|
|
|
'oldManagerCustomerId' => 'oldManagerCustomerId', |
55
|
|
|
|
|
|
|
} |
56
|
|
|
|
|
|
|
); |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
} # end BLOCK |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
1; |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=pod |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=head1 NAME |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
Google::Ads::AdWords::v201702::MoveOperation |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=head1 DESCRIPTION |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined complexType |
78
|
|
|
|
|
|
|
MoveOperation from the namespace https://adwords.google.com/api/adwords/mcm/v201702. |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
Operation for moving ManagedCustomer links. See {@link ManagedCustomerService#mutateManager}. |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=head2 PROPERTIES |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
The following properties may be accessed using get_PROPERTY / set_PROPERTY |
88
|
|
|
|
|
|
|
methods: |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
=over |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
=item * operand |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=item * oldManagerCustomerId |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
|
100
|
|
|
|
|
|
|
=back |
101
|
|
|
|
|
|
|
|
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
=head1 METHODS |
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
=head2 new |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
108
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
=head1 AUTHOR |
115
|
|
|
|
|
|
|
|
116
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
117
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
=cut |
119
|
|
|
|
|
|
|
|