public class IdeaTypeAttribute extends Attribute
Attribute type that contains an IdeaType value. For example, if a
TargetingIdea represents a keyword idea, its IdeaTypeAttribute would contain a
KEYWORD IdeaType.
Java class for IdeaTypeAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdeaTypeAttribute">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}Attribute">
<sequence>
<element name="value" type="{https://adwords.google.com/api/adwords/o/v201809}IdeaType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IdeaType |
value |
attributeType| Constructor and Description |
|---|
IdeaTypeAttribute() |
| Modifier and Type | Method and Description |
|---|---|
IdeaType |
getValue()
Gets the value of the value property.
|
void |
setValue(IdeaType value)
Sets the value of the value property.
|
getAttributeType, setAttributeTypeprotected IdeaType value
Copyright © 2023. All rights reserved.