Account
class Account extends Model (View source)
Properties
protected | $childLinkType | ||
protected | $childLinkDataType | ||
string | $created | ||
string | $id | ||
string | $kind | ||
string | $name | ||
protected | $permissionsType | ||
protected | $permissionsDataType | ||
string | $selfLink | ||
bool | $starred | ||
string | $updated |
Methods
getChildLink()
No description
setCreated($created)
No description
string
getCreated()
No description
setId($id)
No description
string
getId()
No description
setKind($kind)
No description
string
getKind()
No description
setName($name)
No description
string
getName()
No description
getPermissions()
No description
setSelfLink($selfLink)
No description
string
getSelfLink()
No description
setStarred($starred)
No description
bool
getStarred()
No description
setUpdated($updated)
No description
string
getUpdated()
No description
Details
setChildLink(AccountChildLink $childLink)
No description
AccountChildLink
getChildLink()
No description
setCreated($created)
No description
string
getCreated()
No description
setId($id)
No description
string
getId()
No description
setKind($kind)
No description
string
getKind()
No description
setName($name)
No description
string
getName()
No description
setPermissions(AccountPermissions $permissions)
No description
AccountPermissions
getPermissions()
No description
setSelfLink($selfLink)
No description
string
getSelfLink()
No description
setStarred($starred)
No description
bool
getStarred()
No description
setUpdated($updated)
No description
string
getUpdated()
No description