UNPKG

@kubernetes-models/gke

Version:
1 lines 590 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/DlpCnrmCloudGoogleComV1beta1DLPDeidentifyTemplate.mjs";export class DLPDeidentifyTemplate extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:DLPDeidentifyTemplate.apiVersion,kind:DLPDeidentifyTemplate.kind,...data})}}DLPDeidentifyTemplate.apiVersion="dlp.cnrm.cloud.google.com/v1beta1",DLPDeidentifyTemplate.kind="DLPDeidentifyTemplate",DLPDeidentifyTemplate.is=createTypeMetaGuard(DLPDeidentifyTemplate),setValidateFunc(DLPDeidentifyTemplate,validate);