@onesignal/node-onesignal
Version:
OpenAPI client for @onesignal/node-onesignal
34 lines • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BasicNotificationAllOfAndroidBackgroundLayout = void 0;
var BasicNotificationAllOfAndroidBackgroundLayout = (function () {
function BasicNotificationAllOfAndroidBackgroundLayout() {
}
BasicNotificationAllOfAndroidBackgroundLayout.getAttributeTypeMap = function () {
return BasicNotificationAllOfAndroidBackgroundLayout.attributeTypeMap;
};
BasicNotificationAllOfAndroidBackgroundLayout.discriminator = undefined;
BasicNotificationAllOfAndroidBackgroundLayout.attributeTypeMap = [
{
"name": "image",
"baseName": "image",
"type": "string",
"format": ""
},
{
"name": "headings_color",
"baseName": "headings_color",
"type": "string",
"format": ""
},
{
"name": "contents_color",
"baseName": "contents_color",
"type": "string",
"format": ""
}
];
return BasicNotificationAllOfAndroidBackgroundLayout;
}());
exports.BasicNotificationAllOfAndroidBackgroundLayout = BasicNotificationAllOfAndroidBackgroundLayout;
//# sourceMappingURL=BasicNotificationAllOfAndroidBackgroundLayout.js.map