AdminUpdateNodeVersionJSONBody defines parameters for AdminUpdateNodeVersion.
| 421 | |
| 422 | // AdminUpdateNodeVersionJSONBody defines parameters for AdminUpdateNodeVersion. |
| 423 | type AdminUpdateNodeVersionJSONBody struct { |
| 424 | Status *NodeVersionStatus `json:"status,omitempty"` |
| 425 | |
| 426 | // StatusReason The reason for the status change. |
| 427 | StatusReason *string `json:"status_reason,omitempty"` |
| 428 | } |
| 429 | |
| 430 | // GetBranchParams defines parameters for GetBranch. |
| 431 | type GetBranchParams struct { |
nothing calls this directly
no outgoing calls
no test coverage detected