ProtocolVersionRecord
Class Diagram
Section titled “Class Diagram”---
title: ProtocolVersionRecord
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ProtocolVersionRecord {
+string protocol
+string version
}
Yaml Example
Section titled “Yaml Example”protocol: responsesversion: v0.1.1Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| protocol | string | The protocol type. |
| version | string | The version string for the protocol, e.g. ‘v0.1.1’. |