Get Deidentify Template Plain Args
data class GetDeidentifyTemplatePlainArgs(val deidentifyTemplateId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetDeidentifyTemplatePlainArgs>
Constructors
Link copied to clipboard
fun GetDeidentifyTemplatePlainArgs(deidentifyTemplateId: String, location: String, project: String? = null)