UNPKG

adwords-api

Version:

Unofficial SDK for Google Adwords API

13 lines (9 loc) 286 B
var Backbone = require('backbone'); var ManagedCustomerLink = Backbone.Model.extend({}); var ManagedCustomerLinkCollection = Backbone.Collection.extend({ model: ManagedCustomerLink }); module.exports = { collection: ManagedCustomerLinkCollection, model: ManagedCustomerLink };