/var/www/flurhymez/vendor/google/apiclient-services/src/GameServices
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/GameServices/DeployedClusterState.php (1550B)
cluster = $cluster;
}
/**
* @return string
*/
public function getCluster()
{
return $this->cluster;
}
/**
* @param DeployedFleetDetails[]
*/
public function setFleetDetails($fleetDetails)
{
$this->fleetDetails = $fleetDetails;
}
/**
* @return DeployedFleetDetails[]
*/
public function getFleetDetails()
{
return $this->fleetDetails;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeployedClusterState::class, 'Google_Service_GameServices_DeployedClusterState');