| 1063 | } |
| 1064 | |
| 1065 | type UpdateCertificationTargetRequest struct { |
| 1066 | state protoimpl.MessageState |
| 1067 | sizeCache protoimpl.SizeCache |
| 1068 | unknownFields protoimpl.UnknownFields |
| 1069 | |
| 1070 | CertificationTarget *CertificationTarget `protobuf:"bytes,1,opt,name=certification_target,json=certificationTarget,proto3" json:"certification_target,omitempty"` |
| 1071 | } |
| 1072 | |
| 1073 | func (x *UpdateCertificationTargetRequest) Reset() { |
| 1074 | *x = UpdateCertificationTargetRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected