| 212 | } |
| 213 | |
| 214 | type RecordInterceptionEndedRequest struct { |
| 215 | state protoimpl.MessageState |
| 216 | sizeCache protoimpl.SizeCache |
| 217 | unknownFields protoimpl.UnknownFields |
| 218 | |
| 219 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // UUID. |
| 220 | EndedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"` |
| 221 | CredentialHint string `protobuf:"bytes,3,opt,name=credential_hint,json=credentialHint,proto3" json:"credential_hint,omitempty"` |
| 222 | } |
| 223 | |
| 224 | func (x *RecordInterceptionEndedRequest) Reset() { |
| 225 | *x = RecordInterceptionEndedRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected