Home

google.api.expr.v1alpha1.Decl

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.Decl
.withFunction(types.google.api.expr.v1alpha1.Decl.FunctionDecl)
.withIdent(types.google.api.expr.v1alpha1.Decl.IdentDecl)
.withName('string')
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
function google.api.expr.v1alpha1.Decl.FunctionDecl decl_kind  
ident google.api.expr.v1alpha1.Decl.IdentDecl decl_kind  
name string