google.api.expr.v1alpha1.Expr.Comprehension
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.Expr.Comprehension
.withAccuInit(types.google.api.expr.v1alpha1.Expr)
.withAccuVar('string')
.withIterRange(types.google.api.expr.v1alpha1.Expr)
.withIterVar('string')
.withLoopCondition(types.google.api.expr.v1alpha1.Expr)
.withLoopStep(types.google.api.expr.v1alpha1.Expr)
.withResult(types.google.api.expr.v1alpha1.Expr)
._validate()
Fields