/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/GameServices
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/GameServices/Rule.php (2330B)
action = $action;
}
public function getAction()
{
return $this->action;
}
/**
* @param Google_Service_GameServices_Condition[]
*/
public function setConditions($conditions)
{
$this->conditions = $conditions;
}
/**
* @return Google_Service_GameServices_Condition[]
*/
public function getConditions()
{
return $this->conditions;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setIn($in)
{
$this->in = $in;
}
public function getIn()
{
return $this->in;
}
/**
* @param Google_Service_GameServices_LogConfig[]
*/
public function setLogConfig($logConfig)
{
$this->logConfig = $logConfig;
}
/**
* @return Google_Service_GameServices_LogConfig[]
*/
public function getLogConfig()
{
return $this->logConfig;
}
public function setNotIn($notIn)
{
$this->notIn = $notIn;
}
public function getNotIn()
{
return $this->notIn;
}
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
public function getPermissions()
{
return $this->permissions;
}
}