package Google::Ads::AdWords::v201809::BatchJobService::get; use strict; use warnings; { # BLOCK to scope variables sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201809' } __PACKAGE__->__set_name('get'); __PACKAGE__->__set_nillable(); __PACKAGE__->__set_minOccurs(); __PACKAGE__->__set_maxOccurs(); __PACKAGE__->__set_ref(); use base qw( SOAP::WSDL::XSD::Typelib::Element Google::Ads::SOAP::Typelib::ComplexType ); our $XML_ATTRIBUTE_CLASS; undef $XML_ATTRIBUTE_CLASS; sub __get_attr_class { return $XML_ATTRIBUTE_CLASS; } use Class::Std::Fast::Storable constructor => 'none'; use base qw(Google::Ads::SOAP::Typelib::ComplexType); { # BLOCK to scope variables my %selector_of :ATTR(:get<selector>); __PACKAGE__->_factory( [ qw( selector ) ], { 'selector' => \%selector_of, }, { 'selector' => 'Google::Ads::AdWords::v201809::Selector', }, { 'selector' => 'selector', } ); } # end BLOCK } # end of BLOCK 1; =pod =head1 NAME Google::Ads::AdWords::v201809::BatchJobService::get =head1 DESCRIPTION Perl data type class for the XML Schema defined element get from the namespace https://adwords.google.com/api/adwords/cm/v201809. Query the status of existing {@code BatchJob}s. @param selector The selector specifying the {@code BatchJob}s to return. @return The list of selected jobs. @throws ApiException =head1 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =item * selector $element->set_selector($data); $element->get_selector(); =back =head1 METHODS =head2 new my $element = Google::Ads::AdWords::v201809::BatchJobService::get->new($data); Constructor. The following data structure may be passed to new(): { selector => $a_reference_to, # see Google::Ads::AdWords::v201809::Selector }, =head1 AUTHOR Generated by SOAP::WSDL =cut