class About extends Collection (View source)

Properties

protected $collection_key
bool $appInstalled
bool $canCreateDrives
bool $canCreateTeamDrives
protected $driveThemesType
protected $driveThemesDataType
string[] $exportFormats
string[] $folderColorPalette
string[] $importFormats
string $kind
string[] $maxImportSizes
string $maxUploadSize
protected $storageQuotaType
protected $storageQuotaDataType
protected $teamDriveThemesType
protected $teamDriveThemesDataType
protected $userType
protected $userDataType

Methods

setAppInstalled($appInstalled)

No description

bool
getAppInstalled()

No description

setCanCreateDrives($canCreateDrives)

No description

bool
getCanCreateDrives()

No description

setCanCreateTeamDrives($canCreateTeamDrives)

No description

bool
getCanCreateTeamDrives()

No description

setDriveThemes($driveThemes)

No description

getDriveThemes()

No description

setExportFormats($exportFormats)

No description

string[]
getExportFormats()

No description

setFolderColorPalette($folderColorPalette)

No description

string[]
getFolderColorPalette()

No description

setImportFormats($importFormats)

No description

string[]
getImportFormats()

No description

setKind($kind)

No description

string
getKind()

No description

setMaxImportSizes($maxImportSizes)

No description

string[]
getMaxImportSizes()

No description

setMaxUploadSize($maxUploadSize)

No description

string
getMaxUploadSize()

No description

setStorageQuota(AboutStorageQuota $storageQuota)

No description

setTeamDriveThemes($teamDriveThemes)

No description

setUser(User $user)

No description

getUser()

No description

Details

setAppInstalled($appInstalled)

No description

Parameters

$appInstalled

bool getAppInstalled()

No description

Return Value

bool

setCanCreateDrives($canCreateDrives)

No description

Parameters

$canCreateDrives

bool getCanCreateDrives()

No description

Return Value

bool

setCanCreateTeamDrives($canCreateTeamDrives)

No description

Parameters

$canCreateTeamDrives

bool getCanCreateTeamDrives()

No description

Return Value

bool

setDriveThemes($driveThemes)

No description

Parameters

$driveThemes

AboutDriveThemes[] getDriveThemes()

No description

Return Value

AboutDriveThemes[]

setExportFormats($exportFormats)

No description

Parameters

$exportFormats

string[] getExportFormats()

No description

Return Value

string[]

setFolderColorPalette($folderColorPalette)

No description

Parameters

$folderColorPalette

string[] getFolderColorPalette()

No description

Return Value

string[]

setImportFormats($importFormats)

No description

Parameters

$importFormats

string[] getImportFormats()

No description

Return Value

string[]

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setMaxImportSizes($maxImportSizes)

No description

Parameters

$maxImportSizes

string[] getMaxImportSizes()

No description

Return Value

string[]

setMaxUploadSize($maxUploadSize)

No description

Parameters

$maxUploadSize

string getMaxUploadSize()

No description

Return Value

string

setStorageQuota(AboutStorageQuota $storageQuota)

No description

Parameters

AboutStorageQuota $storageQuota

AboutStorageQuota getStorageQuota()

No description

Return Value

AboutStorageQuota

setTeamDriveThemes($teamDriveThemes)

No description

Parameters

$teamDriveThemes

AboutTeamDriveThemes[] getTeamDriveThemes()

No description

Return Value

AboutTeamDriveThemes[]

setUser(User $user)

No description

Parameters

User $user

User getUser()

No description

Return Value

User