kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param AppRestrictionsSchemaRestriction[] */ public function setRestrictions($restrictions) { $this->restrictions = $restrictions; } /** * @return AppRestrictionsSchemaRestriction[] */ public function getRestrictions() { return $this->restrictions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppRestrictionsSchema::class, 'Google_Service_AndroidEnterprise_AppRestrictionsSchema');