Skip to content

Commit 94a047e

Browse files
authored
docs(block): update product resource description (#1944)
1 parent ba77e04 commit 94a047e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ type Reference struct {
345345
// ID: UUID of the reference.
346346
ID string `json:"id"`
347347

348-
// ProductResourceType: type of resoruce to which the reference is associated (snapshot or volume).
348+
// ProductResourceType: type of resource to which the reference is associated.
349349
ProductResourceType string `json:"product_resource_type"`
350350

351-
// ProductResourceID: UUID of the volume or the snapshot it refers to (according to the product_resource_type).
351+
// ProductResourceID: UUID of the product resource it refers to (according to the product_resource_type).
352352
ProductResourceID string `json:"product_resource_id"`
353353

354354
// CreatedAt: creation date of the reference.

0 commit comments

Comments
 (0)