ImagesSearchGetResponse200Item
Table of Contents
-
$description
: string|null
-
$isAutomated
: bool|null
-
$isOfficial
: bool|null
-
$name
: string|null
-
$starCount
: int|null
-
getDescription()
: string|null
-
getIsAutomated()
: bool|null
-
getIsOfficial()
: bool|null
-
getName()
: string|null
-
getStarCount()
: int|null
-
setDescription()
: self
-
setIsAutomated()
: self
-
setIsOfficial()
: self
-
setName()
: self
-
setStarCount()
: self
$description
protected
string|null
$description
$isAutomated
protected
bool|null
$isAutomated
$isOfficial
protected
bool|null
$isOfficial
$name
protected
string|null
$name
$starCount
protected
int|null
$starCount
getDescription()
public
getDescription() : string|null
Return values
string|null
—
getIsAutomated()
public
getIsAutomated() : bool|null
Return values
bool|null
—
getIsOfficial()
public
getIsOfficial() : bool|null
Return values
bool|null
—
getName()
public
getName() : string|null
Return values
string|null
—
getStarCount()
public
getStarCount() : int|null
Return values
int|null
—
setDescription()
public
setDescription(string|null $description) : self
Parameters
-
$description
: string|null
-
Return values
self
—
setIsAutomated()
public
setIsAutomated(bool|null $isAutomated) : self
Parameters
-
$isAutomated
: bool|null
-
Return values
self
—
setIsOfficial()
public
setIsOfficial(bool|null $isOfficial) : self
Parameters
-
$isOfficial
: bool|null
-
Return values
self
—
setName()
public
setName(string|null $name) : self
Parameters
-
$name
: string|null
-
Return values
self
—
setStarCount()
public
setStarCount(int|null $starCount) : self
Parameters
-
$starCount
: int|null
-
Return values
self
—