We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8437f0 commit 69b0360Copy full SHA for 69b0360
packages/clients/src/api/block/v1alpha1/types.gen.ts
@@ -77,10 +77,10 @@ export interface VolumeSpecifications {
77
export interface Reference {
78
/** UUID of the reference. */
79
id: string
80
- /** Type of resoruce to which the reference is associated (snapshot or volume). */
+ /** Type of resource to which the reference is associated. */
81
productResourceType: string
82
/**
83
- * UUID of the volume or the snapshot it refers to (according to the
+ * UUID of the product resource it refers to (according to the
84
* product_resource_type).
85
*/
86
productResourceId: string
0 commit comments