line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201702::AdSchedule; |
2
|
1
|
|
|
1
|
|
1669
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
24
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
75
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
__PACKAGE__->_set_element_form_qualified(1); |
7
|
|
|
|
|
|
|
|
8
|
0
|
|
|
0
|
|
|
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/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
|
|
7
|
use base qw(Google::Ads::AdWords::v201702::Criterion); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
95
|
|
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 %id_of :ATTR(:get); |
26
|
|
|
|
|
|
|
my %type_of :ATTR(:get); |
27
|
|
|
|
|
|
|
my %Criterion__Type_of :ATTR(:get); |
28
|
|
|
|
|
|
|
my %dayOfWeek_of :ATTR(:get); |
29
|
|
|
|
|
|
|
my %startHour_of :ATTR(:get); |
30
|
|
|
|
|
|
|
my %startMinute_of :ATTR(:get); |
31
|
|
|
|
|
|
|
my %endHour_of :ATTR(:get); |
32
|
|
|
|
|
|
|
my %endMinute_of :ATTR(:get); |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
__PACKAGE__->_factory( |
35
|
|
|
|
|
|
|
[ qw( id |
36
|
|
|
|
|
|
|
type |
37
|
|
|
|
|
|
|
Criterion__Type |
38
|
|
|
|
|
|
|
dayOfWeek |
39
|
|
|
|
|
|
|
startHour |
40
|
|
|
|
|
|
|
startMinute |
41
|
|
|
|
|
|
|
endHour |
42
|
|
|
|
|
|
|
endMinute |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
) ], |
45
|
|
|
|
|
|
|
{ |
46
|
|
|
|
|
|
|
'id' => \%id_of, |
47
|
|
|
|
|
|
|
'type' => \%type_of, |
48
|
|
|
|
|
|
|
'Criterion__Type' => \%Criterion__Type_of, |
49
|
|
|
|
|
|
|
'dayOfWeek' => \%dayOfWeek_of, |
50
|
|
|
|
|
|
|
'startHour' => \%startHour_of, |
51
|
|
|
|
|
|
|
'startMinute' => \%startMinute_of, |
52
|
|
|
|
|
|
|
'endHour' => \%endHour_of, |
53
|
|
|
|
|
|
|
'endMinute' => \%endMinute_of, |
54
|
|
|
|
|
|
|
}, |
55
|
|
|
|
|
|
|
{ |
56
|
|
|
|
|
|
|
'id' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', |
57
|
|
|
|
|
|
|
'type' => 'Google::Ads::AdWords::v201702::Criterion::Type', |
58
|
|
|
|
|
|
|
'Criterion__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
59
|
|
|
|
|
|
|
'dayOfWeek' => 'Google::Ads::AdWords::v201702::DayOfWeek', |
60
|
|
|
|
|
|
|
'startHour' => 'SOAP::WSDL::XSD::Typelib::Builtin::int', |
61
|
|
|
|
|
|
|
'startMinute' => 'Google::Ads::AdWords::v201702::MinuteOfHour', |
62
|
|
|
|
|
|
|
'endHour' => 'SOAP::WSDL::XSD::Typelib::Builtin::int', |
63
|
|
|
|
|
|
|
'endMinute' => 'Google::Ads::AdWords::v201702::MinuteOfHour', |
64
|
|
|
|
|
|
|
}, |
65
|
|
|
|
|
|
|
{ |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
'id' => 'id', |
68
|
|
|
|
|
|
|
'type' => 'type', |
69
|
|
|
|
|
|
|
'Criterion__Type' => 'Criterion.Type', |
70
|
|
|
|
|
|
|
'dayOfWeek' => 'dayOfWeek', |
71
|
|
|
|
|
|
|
'startHour' => 'startHour', |
72
|
|
|
|
|
|
|
'startMinute' => 'startMinute', |
73
|
|
|
|
|
|
|
'endHour' => 'endHour', |
74
|
|
|
|
|
|
|
'endMinute' => 'endMinute', |
75
|
|
|
|
|
|
|
} |
76
|
|
|
|
|
|
|
); |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
} # end BLOCK |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
1; |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=pod |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
=head1 NAME |
92
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
Google::Ads::AdWords::v201702::AdSchedule |
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=head1 DESCRIPTION |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined complexType |
98
|
|
|
|
|
|
|
AdSchedule from the namespace https://adwords.google.com/api/adwords/cm/v201702. |
99
|
|
|
|
|
|
|
|
100
|
|
|
|
|
|
|
Represents an AdSchedule Criterion. AdSchedule is specified as day and time of the week criteria to target the Ads. Note: An AdSchedule may not have more than six intervals in a day. This is enabled for AdX. |
101
|
|
|
|
|
|
|
|
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
=head2 PROPERTIES |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
The following properties may be accessed using get_PROPERTY / set_PROPERTY |
108
|
|
|
|
|
|
|
methods: |
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
=over |
111
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
=item * dayOfWeek |
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
=item * startHour |
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
=item * startMinute |
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
=item * endHour |
122
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
=item * endMinute |
125
|
|
|
|
|
|
|
|
126
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
|
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
=back |
130
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
=head1 METHODS |
133
|
|
|
|
|
|
|
|
134
|
|
|
|
|
|
|
=head2 new |
135
|
|
|
|
|
|
|
|
136
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
137
|
|
|
|
|
|
|
|
138
|
|
|
|
|
|
|
|
139
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
|
141
|
|
|
|
|
|
|
|
142
|
|
|
|
|
|
|
|
143
|
|
|
|
|
|
|
=head1 AUTHOR |
144
|
|
|
|
|
|
|
|
145
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
146
|
|
|
|
|
|
|
|
147
|
|
|
|
|
|
|
=cut |
148
|
|
|
|
|
|
|
|