NAME
Google::Ads::AdWords::v201109::IdeaTextMatchesSearchParameter
DESCRIPTION
Perl data type class for the XML Schema defined complexType IdeaTextMatchesSearchParameter from the namespace https://adwords.google.com/api/adwords/o/v201109.
A {@link SearchParameter} for {@code KEYWORD} {@link IdeaType}s that specifies a collection of strings by which the results should be constrained. This guarantees that each idea in the result will match at least one of the {@code included} values. <p>This element is supported by following {@link IdeaType}s: KEYWORD. <p>This element is supported by following {@link RequestType}s: IDEAS.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
included
excluded
priorityAction
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::IdeaTextMatchesSearchParameter
included => $some_value, # string
excluded => $some_value, # string
priorityAction => $some_value, # MatchAction
},
AUTHOR
Generated by SOAP::WSDL