line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201702::MutateMembersOperand; |
2
|
1
|
|
|
1
|
|
1684
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
60
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
96
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
__PACKAGE__->_set_element_form_qualified(1); |
7
|
|
|
|
|
|
|
|
8
|
0
|
|
|
0
|
|
|
sub get_xmlns { 'https://adwords.google.com/api/adwords/rm/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
|
1
|
|
|
1
|
|
6
|
use Class::Std::Fast::Storable constructor => 'none'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
18
|
1
|
|
|
1
|
|
117
|
use base qw(Google::Ads::SOAP::Typelib::ComplexType); |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
59
|
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
{ # BLOCK to scope variables |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
my %userListId_of :ATTR(:get); |
23
|
|
|
|
|
|
|
my %dataType_of :ATTR(:get); |
24
|
|
|
|
|
|
|
my %removeAll_of :ATTR(:get); |
25
|
|
|
|
|
|
|
my %members_of :ATTR(:get); |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
__PACKAGE__->_factory( |
28
|
|
|
|
|
|
|
[ qw( userListId |
29
|
|
|
|
|
|
|
dataType |
30
|
|
|
|
|
|
|
removeAll |
31
|
|
|
|
|
|
|
members |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
) ], |
34
|
|
|
|
|
|
|
{ |
35
|
|
|
|
|
|
|
'userListId' => \%userListId_of, |
36
|
|
|
|
|
|
|
'dataType' => \%dataType_of, |
37
|
|
|
|
|
|
|
'removeAll' => \%removeAll_of, |
38
|
|
|
|
|
|
|
'members' => \%members_of, |
39
|
|
|
|
|
|
|
}, |
40
|
|
|
|
|
|
|
{ |
41
|
|
|
|
|
|
|
'userListId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', |
42
|
|
|
|
|
|
|
'dataType' => 'Google::Ads::AdWords::v201702::MutateMembersOperand::DataType', |
43
|
|
|
|
|
|
|
'removeAll' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', |
44
|
|
|
|
|
|
|
'members' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
45
|
|
|
|
|
|
|
}, |
46
|
|
|
|
|
|
|
{ |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
'userListId' => 'userListId', |
49
|
|
|
|
|
|
|
'dataType' => 'dataType', |
50
|
|
|
|
|
|
|
'removeAll' => 'removeAll', |
51
|
|
|
|
|
|
|
'members' => 'members', |
52
|
|
|
|
|
|
|
} |
53
|
|
|
|
|
|
|
); |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
} # end BLOCK |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
1; |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
=pod |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=head1 NAME |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
Google::Ads::AdWords::v201702::MutateMembersOperand |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=head1 DESCRIPTION |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined complexType |
75
|
|
|
|
|
|
|
MutateMembersOperand from the namespace https://adwords.google.com/api/adwords/rm/v201702. |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
Operand containing user list id and members to be added or removed. |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
=head2 PROPERTIES |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
The following properties may be accessed using get_PROPERTY / set_PROPERTY |
85
|
|
|
|
|
|
|
methods: |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
=over |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=item * userListId |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
=item * dataType |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=item * removeAll |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
=item * members |
99
|
|
|
|
|
|
|
|
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
|
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
=back |
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
=head1 METHODS |
107
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
=head2 new |
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
111
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
|
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
=head1 AUTHOR |
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
120
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
=cut |
122
|
|
|
|
|
|
|
|