NAME

Google::Ads::AdWords::v201506::CampaignService::get

DESCRIPTION

Perl data type class for the XML Schema defined element get from the namespace https://adwords.google.com/api/adwords/cm/v201506.

Returns the list of campaigns that meet the selector criteria. @param serviceSelector the selector specifying the {@link Campaign}s to return. @return A list of campaigns. @throws ApiException if problems occurred while fetching campaign information.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • serviceSelector

    $element->set_serviceSelector($data);
    $element->get_serviceSelector();

METHODS

new

my $element = Google::Ads::AdWords::v201506::CampaignService::get->new($data);

Constructor. The following data structure may be passed to new():

{
  serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201506::Selector
},

AUTHOR

Generated by SOAP::WSDL