Update function to return custom object (pureonearray) ``` class PureOneResource { [string] $id [string] $name [string] $resource_type } class PureOneArray : PureOneResource { [string] $fqdn [string] $resource_type = "arrays" } ```
Update function to return custom object (pureonearray)