Skip to content

The "\SoftLayer\ObjectMask" class doesn't exist to create an object mask #18

@rubercuellar

Description

@rubercuellar

According to git example:

$objectMask = new \SoftLayer\ObjectMask();
$objectMask->updates;
$objectMask->assignedUser;
$objectMask->attachedHardware->datacenter;
$client->setObjectMask($objectMask);

The following exception is displayed:

Fatal error: Class 'SoftLayer\ObjectMask' not found in ...

It works fine doing the following change:

$objectMask = new \SoftLayer\Common\ObjectMask();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions