NsdkVpsSpaceResponse
Response object for NsdkVpsSpace.GetSpaceDataForNode, contains whether the request was...
Declaration
public struct NsdkVpsSpaceResponse : ValueTypeSummary
Response object for NsdkVpsSpace.GetSpaceDataForNode, contains whether the request was successful and the space data for the node
Notice
This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice
Constructors
public NsdkVpsSpaceResponse(bool success, NsdkVpsSpace space)
Properties
| Name | Type | Summary |
|---|---|---|
| Space | NsdkVpsSpace | - |
| Success | bool | - |