NAME
Google::Ads::AdWords::v201109::PolicyViolationKey
DESCRIPTION
Perl data type class for the XML Schema defined complexType PolicyViolationKey from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Key of the violation. The key is used for referring to a violation when filing an exemption request.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
policyName
violatingText
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::PolicyViolationKey
policyName => $some_value, # string
violatingText => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL