reasons property

List<StateReason>? reasons
getter/setter pair

The reasons for current state of the spoke.

Only present when the spoke is in the INACTIVE state.

Output only.

Implementation

core.List<StateReason>? reasons;