| 477 | } |
| 478 | |
| 479 | type DeregisterAssessmentToolRequest struct { |
| 480 | state protoimpl.MessageState |
| 481 | sizeCache protoimpl.SizeCache |
| 482 | unknownFields protoimpl.UnknownFields |
| 483 | |
| 484 | ToolId string `protobuf:"bytes,1,opt,name=tool_id,json=toolId,proto3" json:"tool_id,omitempty"` |
| 485 | } |
| 486 | |
| 487 | func (x *DeregisterAssessmentToolRequest) Reset() { |
| 488 | *x = DeregisterAssessmentToolRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected