Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 639 Bytes

File metadata and controls

15 lines (7 loc) · 639 Bytes

SchemaDefinitionReference

The Reference enum helps distinguish whether a name corresponds to an entity or a rule. - REFERENCE_UNSPECIFIED: Default, unspecified reference. - REFERENCE_ENTITY: Indicates that the name refers to an entity. - REFERENCE_RULE: Indicates that the name refers to a rule.

Enum

  • REFERENCE_UNSPECIFIED (value: 'REFERENCE_UNSPECIFIED')

  • REFERENCE_ENTITY (value: 'REFERENCE_ENTITY')

  • REFERENCE_RULE (value: 'REFERENCE_RULE')

[Back to Model list] [Back to API list] [Back to README]