assetAutomationStatus property
The opt-in/out status of 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;