type ArchivalData struct {
// These data members should all be self-describing. In the event of confusion,// rename them to add clarity rather than adding a comment. UUID string Protocol ndt.ConnectionType MessageProtocol string ClientMetadata []metadata.NameValue `json:",omitempty"`
}