NAME
Google::Ads::AdWords::v201109::Alert
DESCRIPTION
Perl data type class for the XML Schema defined complexType Alert from the namespace https://adwords.google.com/api/adwords/mcm/v201109.
Alert for a single client. Triggering events are grouped by {@link AlertType} into the same alert with multiple {@link Details}.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
alertSeverity
alertType
clientCustomerId
details
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::Alert
alertSeverity => $some_value, # AlertSeverity
alertType => $some_value, # AlertType
clientCustomerId => $some_value, # long
details => $a_reference_to, # see Google::Ads::AdWords::v201109::Detail
},
AUTHOR
Generated by SOAP::WSDL