The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201705::AccountLabelService::AccountLabelServiceInterfacePort - SOAP Interface for the AccountLabelService Web Service

SYNOPSIS

 use Google::Ads::AdWords::v201705::AccountLabelService::AccountLabelServiceInterfacePort;
 my $interface = Google::Ads::AdWords::v201705::AccountLabelService::AccountLabelServiceInterfacePort->new();

 my $response;
 $response = $interface->get();
 $response = $interface->mutate();

DESCRIPTION

SOAP Interface for the AccountLabelService web service located at https://adwords.google.com/api/adwords/mcm/v201705/AccountLabelService.

SERVICE AccountLabelService

Port AccountLabelServiceInterfacePort

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

get

Returns a list of labels specified by the selector for the authenticated user. @param selector filters the list of labels to return @return response containing lists of labels that meet all the criteria of the selector @throws ApiException if a problem occurs fetching the information requested

Returns a Google::Ads::AdWords::v201705::AccountLabelService::getResponse object.

 $response = $interface->get( {
    selector =>  $a_reference_to, # see Google::Ads::AdWords::v201705::Selector
  },,
 );

mutate

Possible actions: <ul> <li> Create a new label - create a new {@link Label} and call mutate with ADD operator <li> Edit the label name - set the appropriate fields in your {@linkplain Label} and call mutate with the SET operator. Null fields will be interpreted to mean "no change" <li> Delete the label - call mutate with REMOVE operator </ul> @param operations list of unique operations to be executed in a single transaction, in the order specified. @return the mutated labels, in the same order that they were in as the parameter @throws ApiException if problems occurs while modifying label information

Returns a Google::Ads::AdWords::v201705::AccountLabelService::mutateResponse object.

 $response = $interface->mutate( {
    operations =>  $a_reference_to, # see Google::Ads::AdWords::v201705::AccountLabelOperation
  },,
 );

AUTHOR

Generated by SOAP::WSDL on Wed May 31 08:54:37 2017