enforce = $enforce;
}
/**
* @return OSPolicyResourceExecResourceExec
*/
public function getEnforce()
{
return $this->enforce;
}
/**
* @param OSPolicyResourceExecResourceExec
*/
public function setValidate(OSPolicyResourceExecResourceExec $validate)
{
$this->validate = $validate;
}
/**
* @return OSPolicyResourceExecResourceExec
*/
public function getValidate()
{
return $this->validate;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OSPolicyResourceExecResource::class, 'Google_Service_OSConfig_OSPolicyResourceExecResource');