state property
Current state of this conversion source.
Can't be edited through the API.
Output only. Possible string values are:
- "STATE_UNSPECIFIED"
- "ACTIVE" : Conversion source is fully functional.
- "ARCHIVED" : Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method.
- "PENDING" : Conversion source creation has started but not fully finished yet.
Implementation
core.String? state;