Credential
Constructors
Link copied to clipboard
public Credential Credential(@Json(name = "id" ) String id, @Json(name = "name" ) String name, @Json(name = "credential_type" ) CredentialType credentialType, @Json(name = "hashed_data" ) String hashedData, @Json(name = "created_at" ) Long createdAt, @Json(name = "updated_at" ) Long updatedAt)