UNPKG

@kubernetes-models/gke

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