Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 477 Bytes

File metadata and controls

20 lines (14 loc) · 477 Bytes

NetworkStorageApi::StorageNetworkUpdate

Properties

Name Type Description Notes
name String Storage network friendly name. [optional]
description String Storage network description. [optional]

Example

require 'pnap_network_storage_api'

instance = NetworkStorageApi::StorageNetworkUpdate.new(
  name: My storage network,
  description: My storage network description
)