type property
Type specifies which type of origin is set. Possible string values are:
- "TYPE_UNSPECIFIED" : Type is unknown or not set.
 - "FLEET" : Per-Feature spec was inherited from the fleet-level default.
 - "FLEET_OUT_OF_SYNC" : Per-Feature spec was inherited from the fleet-level default but is now out of sync with the current default.
 - "USER" : Per-Feature spec was inherited from a user specification.
 
Implementation
core.String? type;