google.api.expr.v1alpha1.CheckedExpr
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.google.api.expr.v1alpha1.CheckedExpr
.withExpr(types.google.api.expr.v1alpha1.Expr)
.withExprVersion('string')
.withReferenceMap({ key: types.google.api.expr.v1alpha1.Reference })
.withSourceInfo(types.google.api.expr.v1alpha1.SourceInfo)
.withTypeMap({ key: types.google.api.expr.v1alpha1.Type })
._validate()
Nested Messages
Fields