Home

google.api.expr.v1alpha1.Expr.CreateStruct.Entry

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.CreateStruct.Entry
.withFieldKey('string')
.withId(1)
.withMapKey(types.google.api.expr.v1alpha1.Expr)
.withOptionalEntry(false)
.withValue(types.google.api.expr.v1alpha1.Expr)
._validate()

Fields

Name Type One-of group Required Constraints
field_key string key_kind  
id int64  
map_key google.api.expr.v1alpha1.Expr key_kind  
optional_entry bool  
value google.api.expr.v1alpha1.Expr