File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
scaleway-async/scaleway_async/marketplace/v2
scaleway/scaleway/marketplace/v2 Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ class Image:
9393 label : str
9494 """
9595 Typically an identifier for a distribution (ex. "ubuntu_focal").
96+ This label can be used in the image field of the server creation request.
9697 """
9798
9899 created_at : Optional [datetime ]
@@ -135,7 +136,7 @@ class LocalImage:
135136
136137 label : str
137138 """
138- Image label this image belongs to .
139+ This label can be used in the image field of the server creation request .
139140 """
140141
141142 type_ : LocalImageType
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ class Image:
9393 label : str
9494 """
9595 Typically an identifier for a distribution (ex. "ubuntu_focal").
96+ This label can be used in the image field of the server creation request.
9697 """
9798
9899 created_at : Optional [datetime ]
@@ -135,7 +136,7 @@ class LocalImage:
135136
136137 label : str
137138 """
138- Image label this image belongs to .
139+ This label can be used in the image field of the server creation request .
139140 """
140141
141142 type_ : LocalImageType
You can’t perform that action at this time.
0 commit comments