Partial_ResourceMap
Partial_ResourceMap
- Full name:
\Onslip360\API\Partial_ResourceMap
- Parent class:
\Onslip360\Onslip360Object
Properties
deleted
public string|null|\Onslip360\Nil $deleted
height
public int|null $height
labels
public array|null|\Onslip360\Nil $labels
location
public int|null $location
name
public string|null $name
resourceMapItems
public array|null $resourceMapItems
tags
public array|null|\Onslip360\Nil $tags
width
public int|null $width
Methods
__construct
public __construct(string|null|\Onslip360\Nil $deleted = null, int|null $height = null, int[]|null|\Onslip360\Nil $labels = null, int|null $location = null, string|null $name = null, \Onslip360\API\Partial_ResourceMapItem[]|null $resourceMapItems = null, string[]|null|\Onslip360\Nil $tags = null, int|null $width = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$deleted | string|null|\Onslip360\Nil | |
$height | int|null | |
$labels | int[]|null|\Onslip360\Nil | |
$location | int|null | |
$name | string|null | |
$resourceMapItems | \Onslip360\API\Partial_ResourceMapItem[]|null | |
$tags | string[]|null|\Onslip360\Nil | |
$width | int|null |
Inherited methods
getExtended
public getExtended(string $name): string|null|\Onslip360\Nil
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string |
setExtended
public setExtended(string $name, string|null|\Onslip360\Nil $value): static
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | string|null|\Onslip360\Nil |
fromJson
public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string|array|\JsonSerializable|\stdClass |
fromJsonArray
public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string[]|array[]|\JsonSerializable[]|\stdClass[] |
jsonSerialize
public jsonSerialize(): array|object
Automatically generated on 2024-11-05