ThirdPartyProtocol
@JsonClass(generateAdapter = true)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ThirdPartyProtocol( @Json(name = "user_fields") userFields: List<String>? = null, @Json(name = "location_fields") locationFields: List<String>? = null, @Json(name = "icon") icon: String? = null, @Json(name = "field_types") fieldTypes: Map<String, FieldType>? = null, @Json(name = "instances") instances: List<ThirdPartyProtocolInstance>? = null)
Content copied to clipboard