ProvisioningResource
extends JsonResource
in package
Table of Contents
- $ : int
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- toArray() : array<string|int, mixed>
- Transform the resource into an array.
- with() : array<string|int, mixed>
Properties
$
public
int
$
id
$
public
string
$
action
$
public
string
$
source
$
public
string
$
context
$
public
string
$
status
$
public
string
$
created_at
$
public
string
$
updated_at
Methods
toArray()
Transform the resource into an array.
public
toArray(Request $request) : array<string|int, mixed>
Parameters
- $request : Request
Return values
array<string|int, mixed> —with()
public
with( $request) : array<string|int, mixed>