priorAssetState property

String? priorAssetState
getter/setter pair

State of prior_asset. Possible string values are:

  • "PRIOR_ASSET_STATE_UNSPECIFIED" : prior_asset is not applicable for the current asset.
  • "PRESENT" : prior_asset is populated correctly.
  • "INVALID" : Failed to set prior_asset.
  • "DOES_NOT_EXIST" : Current asset is the first known state.
  • "DELETED" : prior_asset is a deletion.

Implementation

core.String? priorAssetState;