File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments