case class CustomLabelLROResult(results: CustomLabelResult, lastUpdateDateTime: String, status: String, taskName: Option[String], kind: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomLabelLROResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CustomLabelLROResult(results: CustomLabelResult, lastUpdateDateTime: String, status: String, taskName: Option[String], kind: String)