DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
710 stars 205 forks source link

[4.3] Added description field to Size #278

Closed nbs closed 3 years ago

nbs commented 3 years ago

A project I'm working on needs to grab the description (e.g. Storage-Optimized 1.5x SSD) property which is coming through in the endpoint but not the Size class. This adds it so it's accessible in userland.

GrahamCampbell commented 3 years ago

Thanks.