/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PolyService
NameSizeModeActions
Resource/-0755rm
Asset.php42180644editdlrm
AssetImportMessage.php18920644editdlrm
Format.php21710644editdlrm
FormatComplexity.php10420644editdlrm
ImageError.php9800644editdlrm
ListAssetsResponse.php14610644editdlrm
ListLikedAssetsResponse.php14660644editdlrm
ListUserAssetsResponse.php15130644editdlrm
ObjParseError.php16630644editdlrm
PolyFile.php11900644editdlrm
PresentationParams.php15690644editdlrm
Quaternion.php11520644editdlrm
RemixInfo.php9080644editdlrm
StartAssetImportResponse.php17930644editdlrm
UserAsset.php10410644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PolyService/Format.php (2171B)
formatComplexity = $formatComplexity; } /** * @return Google_Service_PolyService_FormatComplexity */ public function getFormatComplexity() { return $this->formatComplexity; } public function setFormatType($formatType) { $this->formatType = $formatType; } public function getFormatType() { return $this->formatType; } /** * @param Google_Service_PolyService_PolyFile[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_PolyService_PolyFile[] */ public function getResources() { return $this->resources; } /** * @param Google_Service_PolyService_PolyFile */ public function setRoot(Google_Service_PolyService_PolyFile $root) { $this->root = $root; } /** * @return Google_Service_PolyService_PolyFile */ public function getRoot() { return $this->root; } }