35 lines
373 B
JavaScript
35 lines
373 B
JavaScript
/**
|
|
* @externs
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
* @constructor
|
|
*/
|
|
var CartoDBLayerInfo = function() {};
|
|
|
|
|
|
/**
|
|
* @type {string}
|
|
*/
|
|
CartoDBLayerInfo.prototype.layergroupid;
|
|
|
|
|
|
/**
|
|
* @type {string}
|
|
*/
|
|
CartoDBLayerInfo.prototype.updated_at;
|
|
|
|
|
|
/**
|
|
* @type {Object}
|
|
*/
|
|
CartoDBLayerInfo.prototype.metadata;
|
|
|
|
|
|
/**
|
|
* @type {{http: string, https: string}}
|
|
*/
|
|
CartoDBLayerInfo.prototype.cdn_url;
|