Interface AdsCreateCampaignStatus

interface AdsCreateCampaignStatus {
    error_code: number;
    error_desc: string;
    id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

error_code: number

Error code

error_desc: string

Error description

id: number

Campaign ID

Generated using TypeDoc