Add On Response
data class AddOnResponse(val addOnType: String? = null, val autoSnapshotAddOnRequest: AutoSnapshotAddOnResponse? = null, val status: String? = null)
Definition of AddOn
Constructors
Link copied to clipboard
constructor(addOnType: String? = null, autoSnapshotAddOnRequest: AutoSnapshotAddOnResponse? = null, status: String? = null)