The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Google::Ads::AdWords::v201109_1::ManagedCustomerServiceError

DESCRIPTION

Perl data type class for the XML Schema defined complexType ManagedCustomerServiceError from the namespace https://adwords.google.com/api/adwords/mcm/v201109_1.

Error for {@link ManagedCustomerService}

PROPERTIES

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

  • reason

  • customerIds

METHODS

new

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

 { # Google::Ads::AdWords::v201109_1::ManagedCustomerServiceError
   reason => $some_value, # ManagedCustomerServiceError.Reason
   customerIds =>  $some_value, # long
 },

AUTHOR

Generated by SOAP::WSDL