Custom Image Properties From Plan Response
data class CustomImagePropertiesFromPlanResponse(val id: String? = null, val offer: String? = null, val publisher: String? = null)
Properties for plan on a custom image.
Constructors
Link copied to clipboard
fun CustomImagePropertiesFromPlanResponse(id: String? = null, offer: String? = null, publisher: String? = null)