Docker\API\Model\SystemInformation::getLabels PHP Method

getLabels() public method

public getLabels ( ) : string[] | null
return string[] | null
    public function getLabels()
    {
        return $this->labels;
    }