Skip to content

Latest commit

 

History

History
14 lines (6 loc) Β· 404 Bytes

File metadata and controls

14 lines (6 loc) Β· 404 Bytes

Ident

An identifier expression. e.g. request.

Properties

Name Type Description Notes
name String Required. Holds a single, unqualified identifier, possibly preceded by a '.'. Qualified names are represented by the [Expr.Select][google.api.expr.v1alpha1.Expr.Select] expression. [optional]