Skip to content

Commit

Permalink
OS-3619 extended the Image entity with "imageType" (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: kamil.kozlowski@cdex.cloud <Kamil Kozłowski>
  • Loading branch information
giogurto-grande authored Dec 13, 2021
1 parent 258c0ed commit aa68528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Images/v2/Models/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class Image extends OperatorResource implements Creatable, Listable, Retrievable
/** @var string */
public $name;

/** @var string */
public $imageType;

/** @var array */
public $tags;

Expand Down Expand Up @@ -83,6 +86,7 @@ class Image extends OperatorResource implements Creatable, Listable, Retrievable
'owner' => 'ownerId',
'min_ram' => 'minRam',
'virtual_size' => 'virtualSize',
'image_type' => 'imageType',
];

/**
Expand Down

0 comments on commit aa68528

Please sign in to comment.