/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise/ManagedConfiguration.php (2295B)
configurationVariables = $configurationVariables;
}
/**
* @return ConfigurationVariables
*/
public function getConfigurationVariables()
{
return $this->configurationVariables;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param ManagedProperty[]
*/
public function setManagedProperty($managedProperty)
{
$this->managedProperty = $managedProperty;
}
/**
* @return ManagedProperty[]
*/
public function getManagedProperty()
{
return $this->managedProperty;
}
/**
* @param string
*/
public function setProductId($productId)
{
$this->productId = $productId;
}
/**
* @return string
*/
public function getProductId()
{
return $this->productId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ManagedConfiguration::class, 'Google_Service_AndroidEnterprise_ManagedConfiguration');