Values_0.VolumeStatusActionSourceDescribes a volume status operation code.
type nonrec t = {code : String_.t option;The code identifying the operation, for example, enable-volume-io.
*)description : String_.t option;A description of the operation.
*)eventId : String_.t option;The ID of the event associated with this operation.
*)eventType : String_.t option;The event type associated with this operation.
*)}