GetPasswordPreferencesTemplateResponse

@Serializable
data class GetPasswordPreferencesTemplateResponse(val active: Boolean? = null, val description: String? = null, val id: Long? = null, val key: String? = null)

GetPasswordPreferencesTemplateResponse

Parameters

active
description
id
key

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, description: String? = null, id: Long? = null, key: String? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val key: String? = null