direction property

String? direction
getter/setter pair

Direction of the search.

Required. Possible string values are:

  • "SEARCH_DIRECTION_UNSPECIFIED" : Direction is unspecified.
  • "DOWNSTREAM" : Retrieve links that lead from the specified asset to downstream assets.
  • "UPSTREAM" : Retrieve links that lead from upstream assets to the specified asset.

Implementation

core.String? direction;