Interface AdsRemoveTargetContactsResponse

interface AdsRemoveTargetContactsResponse {
    result: 1;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

result: 1

Operation result

Generated using TypeDoc