Interface AdsShareTargetGroupResponse

interface AdsShareTargetGroupResponse {
    id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Group ID

Generated using TypeDoc