ContainersIdChangesGetResponse200Item
Table of Contents
- $kind : int|null
- Kind of change.
- $path : string|null
- Path to file that has changed.
- getKind() : int|null
- Kind of change.
- getPath() : string|null
- Path to file that has changed.
- setKind() : self
- Kind of change.
- setPath() : self
- Path to file that has changed.
Properties
$kind
Kind of change.
protected
int|null
$kind
$path
Path to file that has changed.
protected
string|null
$path
Methods
getKind()
Kind of change.
public
getKind() : int|null
Return values
int|null —getPath()
Path to file that has changed.
public
getPath() : string|null
Return values
string|null —setKind()
Kind of change.
public
setKind(int|null $kind) : self
Parameters
- $kind : int|null
Return values
self —setPath()
Path to file that has changed.
public
setPath(string|null $path) : self
Parameters
- $path : string|null