assetAutomationStatus property

String? assetAutomationStatus
getter/setter pair

The opt-in/out status for the specified asset automation type. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used as a return value only. Represents value unknown in this version.
  • "OPTED_IN" : Opted-in will enable generating and serving an asset automation type.
  • "OPTED_OUT" : Opted-out will stop generating and serving an asset automation type.

Implementation

core.String? assetAutomationStatus;