ZEROSPAM\Framework\SDK\Test\Base\Data\Response\Data\TestDataObject

Synopsis

class TestDataObject extends ArrayableData {
  • // Inherited members from ArrayableData
  • protected array $renamed;
  • // Inherited methods from ArrayableData
  • public static TestDataObject fromResponse()
  • protected static array blacklist()
  • public array toArray()
}

Hierarchy

Members

private

protected

  • $renamed — array

Methods

public

Inherited from ZEROSPAM\Framework\SDK\Utils\Data\ArrayableData

protected

  • blacklist() — Properties to not serialize into array

public

Inherited from ZEROSPAM\Framework\SDK\Request\Api\HasNullableFields

protected

public

  • isNullable() — Is the given field nullable
  • isValueChanged() — Check if the given field is nullable and if it should be included in the request

History