kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction */ public function setRestrictions($restrictions) { $this->restrictions = $restrictions; } /** * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction */ public function getRestrictions() { return $this->restrictions; } }