All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ziqni.transformers.domain.CreateEventActionRequest.scala Maven / Gradle / Ivy

The newest version!
package com.ziqni.transformers.domain
/***
  *  Copyright (C) Ziqni Ltd, Inc - All Rights Reserved
  *  Unauthorized copying of this file, via any medium is strictly prohibited
  *  Proprietary and confidential
  *  Written by Ziqni Ltd, 2023
  */
case class CreateEventActionRequest(action: String, name: Option[String], unitOfMeasureKey: Option[String], metadata: Map[String, String] = Map.empty) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy