CoveragesGlobalPredictionsGetOneResponse extends Model
Table of Contents
- $locationCovered : bool|null
- True, if the requested location is considered covered.
- $margins : array<string|int, mixed>|null
- Margins
- from() : static
- Initializing a model from an array
- getLocationCovered() : bool
- Getter for locationCovered
- getMargins() : array<string|int, int>
- Getter for margins
- jsonSerialize() : array<string|int, mixed>
Properties
$locationCovered
True, if the requested location is considered covered.
protected
bool|null
$locationCovered
= null
$margins
Margins
protected
array<string|int, mixed>|null
$margins
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —getLocationCovered()
Getter for locationCovered
public
getLocationCovered() : bool
Return values
bool —True, if the requested location is considered covered.
getMargins()
Getter for margins
public
getMargins() : array<string|int, int>
Return values
array<string|int, int> —Margins
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>