Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type Disk struct + Id DiskId + MountPath string + Name string + SizeGB int + type DiskDetails struct + CreatedAt time.Time + Id DiskId + MountPath string + Name string + ServiceId *string + SizeGB int + UpdatedAt time.Time + type DiskId = string + type DiskIdQuery = []DiskId + type DiskPATCH struct + MountPath *string + Name *string + SizeGB *int + type DiskPOST struct + MountPath string + Name string + ServiceId string + SizeGB int