public class VerifiedTrackingSetting extends Setting
Java class for VerifiedTrackingSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerifiedTrackingSetting">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Setting">
<sequence>
<element name="Details" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfArrayOfKeyValuePairOfstringstring |
details |
| Constructor and Description |
|---|
VerifiedTrackingSetting() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfArrayOfKeyValuePairOfstringstring |
getDetails()
Gets the value of the details property.
|
void |
setDetails(ArrayOfArrayOfKeyValuePairOfstringstring value)
Sets the value of the details property.
|
protected ArrayOfArrayOfKeyValuePairOfstringstring details
public ArrayOfArrayOfKeyValuePairOfstringstring getDetails()
ArrayOfArrayOfKeyValuePairOfstringstringpublic void setDetails(ArrayOfArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfArrayOfKeyValuePairOfstringstringCopyright © 2024. All rights reserved.