package Google::Ads::AdWords::v201309::RelatedToUrlSearchParameter; use strict; use warnings; __PACKAGE__->_set_element_form_qualified(1); sub get_xmlns { 'https://adwords.google.com/api/adwords/o/v201309' }; our $XML_ATTRIBUTE_CLASS; undef $XML_ATTRIBUTE_CLASS; sub __get_attr_class { return $XML_ATTRIBUTE_CLASS; } use base qw(Google::Ads::AdWords::v201309::SearchParameter); # Variety: sequence use Class::Std::Fast::Storable constructor => 'none'; use base qw(Google::Ads::SOAP::Typelib::ComplexType); Class::Std::initialize(); { # BLOCK to scope variables my %SearchParameter__Type_of :ATTR(:get); my %urls_of :ATTR(:get); my %includeSubUrls_of :ATTR(:get); __PACKAGE__->_factory( [ qw( SearchParameter__Type urls includeSubUrls ) ], { 'SearchParameter__Type' => \%SearchParameter__Type_of, 'urls' => \%urls_of, 'includeSubUrls' => \%includeSubUrls_of, }, { 'SearchParameter__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'urls' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'includeSubUrls' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', }, { 'SearchParameter__Type' => 'SearchParameter.Type', 'urls' => 'urls', 'includeSubUrls' => 'includeSubUrls', } ); } # end BLOCK 1; =pod =head1 NAME Google::Ads::AdWords::v201309::RelatedToUrlSearchParameter =head1 DESCRIPTION Perl data type class for the XML Schema defined complexType RelatedToUrlSearchParameter from the namespace https://adwords.google.com/api/adwords/o/v201309. A {@link SearchParameter} for {@code KEYWORD} and {@code PLACEMENT} {@link IdeaType}s that specifies a set of URLs that results should in some way be related too. For example, keyword results would be similar to content keywords found on the related URLs.

This search parameter can be used in bulk keyword requests through the {@link com.google.ads.api.services.targetingideas.TargetingIdeaService#getBulkKeywordIdeas(TargetingIdeaSelector)} method. It must be single-valued when used in a call to that method.

This element is supported by following {@link IdeaType}s: KEYWORD, PLACEMENT.

This element is supported by following {@link RequestType}s: IDEAS, STATS. =head2 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =item * urls =item * includeSubUrls =back =head1 METHODS =head2 new Constructor. The following data structure may be passed to new(): =head1 AUTHOR Generated by SOAP::WSDL =cut