state = $state;
}
/**
* @return FeatureState
*/
public function getState()
{
return $this->state;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ScopeFeatureState::class, 'Google_Service_GKEHub_ScopeFeatureState');