The DeployLibrary object is submitted as part of the request message (input). The message contains the library name, version, Default boolean, a base64binary file, and the owner account. .
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| LibraryName | true | None | a string of data noting the library name. |
| version | int | None | an integer signifying the version number of the library. |
| isDefault | boolean | None | a true or false signifier noting whether the library is the default version. |
| ownerAccount | string | None | a string of data noting the account owner. |