File Coverage

lib/Google/Ads/AdWords/v201702/PlacesLocationFeedData.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


line stmt bran cond sub pod time code
1             package Google::Ads::AdWords::v201702::PlacesLocationFeedData;
2 1     1   1584 use strict;
  1         2  
  1         24  
3 1     1   5 use warnings;
  1         2  
  1         79  
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   6 use base qw(Google::Ads::AdWords::v201702::SystemFeedGenerationData);
  1         1  
  1         111  
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 %SystemFeedGenerationData__Type_of :ATTR(:get);
26             my %oAuthInfo_of :ATTR(:get);
27             my %emailAddress_of :ATTR(:get);
28             my %businessAccountIdentifier_of :ATTR(:get);
29             my %businessNameFilter_of :ATTR(:get);
30             my %categoryFilters_of :ATTR(:get);
31             my %labelFilters_of :ATTR(:get);
32              
33             __PACKAGE__->_factory(
34             [ qw( SystemFeedGenerationData__Type
35             oAuthInfo
36             emailAddress
37             businessAccountIdentifier
38             businessNameFilter
39             categoryFilters
40             labelFilters
41              
42             ) ],
43             {
44             'SystemFeedGenerationData__Type' => \%SystemFeedGenerationData__Type_of,
45             'oAuthInfo' => \%oAuthInfo_of,
46             'emailAddress' => \%emailAddress_of,
47             'businessAccountIdentifier' => \%businessAccountIdentifier_of,
48             'businessNameFilter' => \%businessNameFilter_of,
49             'categoryFilters' => \%categoryFilters_of,
50             'labelFilters' => \%labelFilters_of,
51             },
52             {
53             'SystemFeedGenerationData__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
54             'oAuthInfo' => 'Google::Ads::AdWords::v201702::OAuthInfo',
55             'emailAddress' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
56             'businessAccountIdentifier' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
57             'businessNameFilter' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
58             'categoryFilters' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
59             'labelFilters' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
60             },
61             {
62              
63             'SystemFeedGenerationData__Type' => 'SystemFeedGenerationData.Type',
64             'oAuthInfo' => 'oAuthInfo',
65             'emailAddress' => 'emailAddress',
66             'businessAccountIdentifier' => 'businessAccountIdentifier',
67             'businessNameFilter' => 'businessNameFilter',
68             'categoryFilters' => 'categoryFilters',
69             'labelFilters' => 'labelFilters',
70             }
71             );
72              
73             } # end BLOCK
74              
75              
76              
77              
78              
79              
80              
81             1;
82              
83              
84             =pod
85              
86             =head1 NAME
87              
88             Google::Ads::AdWords::v201702::PlacesLocationFeedData
89              
90             =head1 DESCRIPTION
91              
92             Perl data type class for the XML Schema defined complexType
93             PlacesLocationFeedData from the namespace https://adwords.google.com/api/adwords/cm/v201702.
94              
95             Data used to configure a location feed populated from Google My Business Locations.
96              
97              
98              
99              
100             =head2 PROPERTIES
101              
102             The following properties may be accessed using get_PROPERTY / set_PROPERTY
103             methods:
104              
105             =over
106              
107             =item * oAuthInfo
108              
109              
110             =item * emailAddress
111              
112              
113             =item * businessAccountIdentifier
114              
115              
116             =item * businessNameFilter
117              
118              
119             =item * categoryFilters
120              
121              
122             =item * labelFilters
123              
124              
125              
126              
127             =back
128              
129              
130             =head1 METHODS
131              
132             =head2 new
133              
134             Constructor. The following data structure may be passed to new():
135              
136              
137              
138              
139              
140              
141             =head1 AUTHOR
142              
143             Generated by SOAP::WSDL
144              
145             =cut
146