PHP Class Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ObjectEntity

Since: 5.6.14 (03.12.2015)
Author: Andrii Penchuk ([email protected])
Inheritance: extends ApiEntity
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$abstractType string This type implements real object
$concreteTypes array The list of the paths enum properties
$createOnly array The list of the createOnly fields
$derived array The list of the derived references
$discriminator string that is used to differentiate between other schema
$filterable array The list of the filterable fields
$references array The list of the references
$required array The list of the required fields

Property Details

$abstractType public property

This type implements real object
public string $abstractType
return string

$concreteTypes public property

The list of the paths enum properties
public array $concreteTypes
return array

$createOnly public property

The list of the createOnly fields
public array $createOnly
return array

$derived public property

The list of the derived references
public array $derived
return array

$discriminator public property

that is used to differentiate between other schema
public string $discriminator
return string

$filterable public property

The list of the filterable fields
public array $filterable
return array

$references public property

The list of the references
public array $references
return array

$required public property

The list of the required fields
public array $required
return array